Начиная с 27 марта 2025 г. мы рекомендуем использовать android-latest-release
вместо aosp-main
для создания и участия в AOSP. Дополнительные сведения см. в разделе Изменения в AOSP .
Избранное
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
- Вид деятельности хоста:
TelecomActivity
- Фрагмент:
FavoriteFragment

Рисунок 1. Экран избранного
Макет. @layout/favorite_fragment
-
@+id/empty_page_container
Компонент [id:]ИмяКласса | Свойство | Ценить |
---|
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:]ИмяКласса | Свойство | Ценить |
---|
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 |
Контент и образцы кода на этой странице предоставлены по лицензиям. Java и OpenJDK – это зарегистрированные товарные знаки корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-29 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-29 UTC."],[],[],null,["# Favorites\n\n- Host activity: `TelecomActivity`\n- Fragment: `FavoriteFragment`\n\n**Figure 1.**Favorites screen\n\nLayout. `@layout/favorite_fragment`\n\n- `@+id/empty_page_container`\n\n | **Component \\[id:\\]ClassName** | **Property** | **Value** |\n |----------------------------------|--------------------------|--------------------------------------------------|\n | `TextView` | `textAppearance` | `?android:attr/textAppearanceLarge` |\n | | `string` | `@string/favorites_empty` |\n | | `layout_marginBottom` | `@dimen/favorite_add_button_and_text_separation` |\n | `add_favorite_button: UxrButton` | `height` | `@dimen/touch_target_size` |\n | | `android:textAppearance` | `?android:attr/textAppearanceMedium` |\n | | `textColor` | `@color/hero_button_text_color` |\n | | `background` | `@drawable/hero_button_background` |\n | | `paddingHorizontal` | `@dimen/favorite_add_button_padding` |\n | | `app:carUxRestrictions` | `UX_RESTRICTIONS_NO_SETUP` |\n\n**Figure 2.**@layout/favorite_fragment\n\nLayout. `@layout/favorite_fragment`\n\n- `@+id/favorite_list_fragment. FavoriteListFragment` \\\u003e `@layout/list_fragment`\n\nFavorite contact item. `@layout/favorite_contact_list_item`\n\n| **Component \\[id:\\]ClassName** | **Property** | **Value** |\n|--------------------------------|------------------|------------------------------------------|\n| `root: LinearLayout` | `orientation` | `vertical` |\n| `root: LinearLayout` | `gravity` | `center_horizontal` |\n| `root: LinearLayout` | `background` | `?android:attr/selectableItemBackground` |\n| `icon: ImageView` | `width` | `@dimen/large_avatar_icon_size` |\n| `icon: ImageView` | `height` | `@dimen/large_avatar_icon_size` |\n| `icon: ImageView` | `marginBottom` | `@dimen/favorites_avatar_margin_bottom` |\n| `title: TextView` | `textAppearance` | `?android:attr/textAppearanceLarge` |\n| `text: TextView` | `textAppearance` | `?android:attr/textAppearanceSmall` |\n\nAdd Favorites button. `@layout/add_favorite_list_item`\n\n| **Component \\[id:\\]ClassName** | **Property** | **Value** |\n|--------------------------------|------------------|------------------------------------------|\n| `title: UxrButton` | `text` | `@string/add_favorite_button` |\n| | `textColor` | `@color/hero_button_text_color` |\n| | `textAppearance` | `?android:attr/textAppearanceLarge` |\n| | `background` | `?android:attr/selectableItemBackground` |\n| | `drawableTop` | `@drawable/ic_add_favorite` |"]]