全局可配置值

使用本文中提供的资源自定义拨号器。不同的视图将使用从全局值重定向的资源。如需了解详情,请参阅 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>

背景图片 Alpha

设置为 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>

“联系人详情”页面上的工具栏

<!-- 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 表示已连接的蓝牙设备名称。
<!-- Use app name as toolbar title. Supported value see @attr/toolbarTitleMode -->
<integer name="config_toolbar_title_mode">0</integer>

全屏通话界面

全屏通话界面的配置门禁。如果设置为 true,则无论拨号器用户是谁,接听来电都会显示全屏通话界面。如果设置为 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>