- กิจกรรมโฮสต์:
TelecomActivity
- ส่วนย่อย:
FavoriteFragment
รูปที่ 1 หน้าจอรายการโปรด
เค้าโครง @layout/favorite_fragment
-
@+id/empty_page_container
ส่วนประกอบ [id:]ClassName คุณสมบัติ ค่า TextView
textAppearance
?android:attr/textAppearanceLarge
string
@string/favorites_empty
layout_marginBottom
@dimen/favorite_add_button_and_text_separation
add_favorite_button: UxrButton
height
@dimen/touch_target_size
android:textAppearance
?android:attr/textAppearanceMedium
textColor
@color/hero_button_text_color
background
@drawable/hero_button_background
paddingHorizontal
@dimen/favorite_add_button_padding
app:carUxRestrictions
UX_RESTRICTIONS_NO_SETUP
รูปที่ 2. @layout/favorite_fragment
เค้าโครง @layout/favorite_fragment
-
@+id/favorite_list_fragment. FavoriteListFragment
>@layout/list_fragment
รายการติดต่อที่ชื่นชอบ @layout/favorite_contact_list_item
ส่วนประกอบ [id:]ชื่อคลาส | คุณสมบัติ | ค่า |
---|---|---|
root: LinearLayout | orientation | vertical |
gravity | center_horizontal | |
background | ?android:attr/selectableItemBackground | |
icon: ImageView | width | @dimen/large_avatar_icon_size |
height | @dimen/large_avatar_icon_size | |
marginBottom | @dimen/favorites_avatar_margin_bottom | |
title: TextView | textAppearance | ?android:attr/textAppearanceLarge |
text: TextView | textAppearance | ?android:attr/textAppearanceSmall |
ปุ่มเพิ่มรายการโปรด @layout/add_favorite_list_item
ส่วนประกอบ [id:]ClassName | คุณสมบัติ | ค่า |
---|---|---|
title: UxrButton | text | @string/add_favorite_button |
textColor | @color/hero_button_text_color | |
textAppearance | ?android:attr/textAppearanceLarge | |
background | ?android:attr/selectableItemBackground | |
drawableTop | @drawable/ic_add_favorite |