전역 구성 가능한 값

이 도움말에서 제공하는 리소스를 사용하여 다이얼러를 맞춤설정합니다. 다른 뷰는 전역 값에서 리디렉션된 리소스를 사용합니다. 자세한 내용은 AOSP UX 디자인을 참고하세요(로그인이 필요할 수 있음).

다이얼패드 입력 모션

<!-- 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>

자세한 사용자 프로필

입력 번호에 일치하는 연락처를 발견하면 사용자 프로필을 자세히 표시하기 위한 구성입니다. 거짓인 경우, 연락처 이름 표시합니다. 참인 경우, 연락처 아바타, 연락처 이름 및 전화번호 라벨을 표시합니다.

<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>

연락처 세부정보 페이지의 툴바

<!-- 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>

전체 화면 인콜 UI

전체 화면 인콜 UI의 구성 게이트입니다. 참으로 설정한 경우 수신 전화에 응답하면 다이얼러 사용자와 관계없이 전체 화면 인콜 UI가 표시됩니다. 거짓으로 설정한 경우 수신 전화에 응답하면 사용자가 다이얼러에 없는 경우 전체 화면 인콜 UI를 표시하지 않고 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>