ערכים גלובליים שניתנים להגדרה

תוכלו להשתמש במשאבים שמפורטים במאמר הזה כדי להתאים אישית את החייגן. המערכת תשתמש בתצוגות שונות שהופנו מחדש מהערכים הגלובליים. למידע נוסף, ראו תכנון חוויית המשתמש ב-AOSP (ייתכן נדרשת כניסה לחשבון).

תנועת הקלט של לוח החיוג

<!-- Boolean config to gate the dialpad input motion -->
<bool name="config_enable_dial_motion">true</bool>
<!-- Font scale for the last input digit -->
<item name="config_dial_motion_scale_start" format="float" type="integer">1.5</item>
<!-- Scale down motion duration for the last input digit -->
<integer name="config_dial_motion_duration">200</integer>

כוח הכבידה של ספרות הקלט בלוח החיוג

<!-- 8388629 stands for Gravity.END |
Gravity.CENTER_VERTICAL-->
<integer name="config_dialed_number_gravity">8388629</integer>

פרופיל משתמש מפורט

הגדרה להצגת פרופיל משתמש מפורט כשנמצא איש קשר תואם למספר הקלט. אם מזינים את הערך False, מציגים את שם איש הקשר בלבד. כאשר True, מציגים את הדמות של איש הקשר, את שם איש הקשר והתווית של מספר הטלפון.

<bool name="config_show_detailed_user_profile_on_dialpad">false</bool>

תמונת רקע בגרסת אלפא

אם הערך שמוגדר הוא 0, תמונת הרקע לא נראית לעין.

<!-- Alpha when there is a contact avatar -->
<item name="config_background_image_alpha" format="float"
type="dimen">1.0</item>
<!-- Alpha when there are no contact avatars and uses the letter tile drawable color as background. -->
<item name="config_background_image_error_alpha" format="float" type="dimen">1.0</item>

לחצני פעולה בדפים 'אחרונים' ו'אנשי קשר'

<!-- A config determines whether to show divider and callog_action_button for callog items that
are not stored as contacts. "true" will show divider and button as disable state and "false" will
make divider and button invisible for non contacts. -->
    <bool name="config_show_calllog_action_button_for_non_contact">false</bool>

<!-- A config determines whether to show divider and the button on the right side for contacts
without any contact details. "true" will show divider and button as disable state and "false" will
make divider and button invisible for empty contacts. -->
    <bool name="config_show_contact_detail_button_for_empty_contact">false</bool>

כתובת השער ותכונת ניווט בדף 'פרטים ליצירת קשר'

השתמש בהגדרה בוליאנית זו כדי להגביל את הכתובת ואת היסטוריית הניווט בפרטים של איש הקשר הדף הזה.

<!-- A config determines whether to show postal address in contact details page. -->
<bool name="config_show_postal_address">false</bool>

סרגל הכלים בדף Contact Details

<!-- A config determines whether to show the action bar view in the contact details page.-->
<bool name="config_show_contact_details_action_bar_view">false</bool>
<!-- A config determines if to show the action bar avatar in the contact details page.-->
<bool name="config_show_contact_details_action_bar_avatar">true</bool>

מצב כותרת של סרגל הכלים

הגדרת מצב הכותרת של סרגל הכלים:

  • 0 מציין את שם האפליקציה.
  • 1 מציין שאין כותרת של סרגל כלים.
  • 2 מציין את השם של מכשיר ה-Bluetooth המחובר.
<!-- Use app name as toolbar title. Supported value see @attr/toolbarTitleMode -->
<integer name="config_toolbar_title_mode">0</integer>

ממשק משתמש Incall במסך מלא

הגדרת שער לממשק המשתמש של Incall במסך מלא. אם המדיניות מוגדרת כ-True, מענה לשיחה נכנסת מציג את ממשק המשתמש incall במסך מלא ללא קשר למשתמש בחייגן. אם המדיניות מוגדרת כ-False, שיחה נכנסת סוגרת את HUN בלי להציג את ממשק המשתמש של השיחה במסך מלא כשאין אף משתמש חייגן.

<bool name="config_show_fullscreen_incall_ui">true</bool>

פינת הדמות

שינוי הערך הזה ישפיע על כל הצורות של הדמות, כולל הדמות של ההתראות:

  • 0.5 מציין דמות עגולה.
  • 1 מציין דמות ריבועית.
<dimen name="contact_avatar_corner_radius_percent" format="float">0.5</dimen>

גודל הדמות המשמש לפריטים ברשימה

משתמשים בהגדרה הזו כדי לקבוע את גודל הדמות של פריטים ברשימה בדפים הבאים:

  • דף היסטוריית השיחות
  • דף אנשי הקשר
  • דף חיפוש
  • דמות הפרופיל בדף 'לוח חיוג'
<dimen name="avatar_icon_size">76dp</dimen>

תוצאת חיפוש בזמן אמת כשמשתמש מחייג באמצעות לוח החיוג

<!-- A config determines whether to show type down list on Dialpad -->
<bool name="config_show_type_down_list_on_dialpad">true</bool>

גובה הסרגל

הגדרת הגובה של סרגל הבקרה 'שיחה פעילה', הגובה של הסרגל של פקדי השיחות הנכנסות ושל השיחה גובה הלחצן.

<dimen name="control_bar_height">96dp</dimen>

מאפיינים של פריט ברשימה

<dimen name="list_item_height">116dp</dimen>