Loading res/layout/clock_size_radio_button_group.xml +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ android:id="@+id/button_container_small" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="48dp" android:orientation="horizontal"> <RadioButton Loading res/layout/color_option_no_background.xml +2 −1 Original line number Diff line number Diff line Loading @@ -52,5 +52,6 @@ android:layout_height="match_parent" android:adjustViewBounds="true" android:src="@drawable/color_option_selected_no_background" android:visibility="gone"/> android:visibility="gone" android:importantForAccessibility="no" /> </androidx.constraintlayout.widget.ConstraintLayout> res/layout/color_option_overflow_no_background.xml +2 −1 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:adjustViewBounds="true" android:src="@drawable/color_overflow" /> android:src="@drawable/color_overflow" android:contentDescription="@string/more_colors"/> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout> res/values/dimens.xml +2 −0 Original line number Diff line number Diff line Loading @@ -176,4 +176,6 @@ copied from sysui resources --> <dimen name="keyguard_large_clock_top_margin">-60dp</dimen> <dimen name="tab_touch_delegate_height_padding">8dp</dimen> </resources> res/values/strings.xml +32 −0 Original line number Diff line number Diff line Loading @@ -455,6 +455,38 @@ --> <string name="more_colors">More Colors</string> <!-- Accessibility string for a button that allows the user to select a color scheme generated from their current wallpaper as the system color. This is shown in a list with other color options. [CHAR LIMIT=NONE]. --> <string name="content_description_dynamic_color_option">Primary dynamic theme</string> <!-- Accessibility string for a button that allows the user to select a color scheme generated from their current wallpaper as the system color. This is shown in a list with other color options. [CHAR LIMIT=NONE]. --> <string name="content_description_neutral_color_option">Primary neutral theme</string> <!-- Accessibility string for a button that allows the user to select a color scheme generated from their current wallpaper as the system color. This is shown in a list with other color options. [CHAR LIMIT=NONE]. --> <string name="content_description_vibrant_color_option">Primary vibrant theme</string> <!-- Accessibility string for a button that allows the user to select a color scheme generated from their current wallpaper as the system color. This is shown in a list with other color options. [CHAR LIMIT=NONE]. --> <string name="content_description_expressive_color_option">Primary expressive theme</string> <!-- Accessibility string for a button that allows the user to select the default color for their lock screen clock on the device. This is shown next to other buttons that allow the user to Loading Loading
res/layout/clock_size_radio_button_group.xml +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ android:id="@+id/button_container_small" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="48dp" android:orientation="horizontal"> <RadioButton Loading
res/layout/color_option_no_background.xml +2 −1 Original line number Diff line number Diff line Loading @@ -52,5 +52,6 @@ android:layout_height="match_parent" android:adjustViewBounds="true" android:src="@drawable/color_option_selected_no_background" android:visibility="gone"/> android:visibility="gone" android:importantForAccessibility="no" /> </androidx.constraintlayout.widget.ConstraintLayout>
res/layout/color_option_overflow_no_background.xml +2 −1 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:adjustViewBounds="true" android:src="@drawable/color_overflow" /> android:src="@drawable/color_overflow" android:contentDescription="@string/more_colors"/> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
res/values/dimens.xml +2 −0 Original line number Diff line number Diff line Loading @@ -176,4 +176,6 @@ copied from sysui resources --> <dimen name="keyguard_large_clock_top_margin">-60dp</dimen> <dimen name="tab_touch_delegate_height_padding">8dp</dimen> </resources>
res/values/strings.xml +32 −0 Original line number Diff line number Diff line Loading @@ -455,6 +455,38 @@ --> <string name="more_colors">More Colors</string> <!-- Accessibility string for a button that allows the user to select a color scheme generated from their current wallpaper as the system color. This is shown in a list with other color options. [CHAR LIMIT=NONE]. --> <string name="content_description_dynamic_color_option">Primary dynamic theme</string> <!-- Accessibility string for a button that allows the user to select a color scheme generated from their current wallpaper as the system color. This is shown in a list with other color options. [CHAR LIMIT=NONE]. --> <string name="content_description_neutral_color_option">Primary neutral theme</string> <!-- Accessibility string for a button that allows the user to select a color scheme generated from their current wallpaper as the system color. This is shown in a list with other color options. [CHAR LIMIT=NONE]. --> <string name="content_description_vibrant_color_option">Primary vibrant theme</string> <!-- Accessibility string for a button that allows the user to select a color scheme generated from their current wallpaper as the system color. This is shown in a list with other color options. [CHAR LIMIT=NONE]. --> <string name="content_description_expressive_color_option">Primary expressive theme</string> <!-- Accessibility string for a button that allows the user to select the default color for their lock screen clock on the device. This is shown next to other buttons that allow the user to Loading