Loading res/layout/clock_size_radio_button_group.xml +15 −5 Original line number Diff line number Diff line Loading @@ -68,11 +68,21 @@ android:layout_marginEnd="8dp" android:clickable="false" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <TextView style="@style/SectionTitleTextStyle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="@string/clock_size_small" /> <TextView style="@style/SectionSubtitleTextStyle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/clock_size_small_description" /> </LinearLayout> </LinearLayout> </LinearLayout> No newline at end of file res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,9 @@ <!-- Title of a radio button to apply clock size small. [CHAR LIMIT=15] --> <string name="clock_size_small">Small</string> <!-- Description of a radio button to apply clock size small. [CHAR LIMIT=NONE] --> <string name="clock_size_small_description">A small clock shows in the corner of your screen</string> <!-- Title of a section of the customization picker where the user can select a Grid size for the home screen. [CHAR LIMIT=15] --> <string name="grid_title">App grid</string> Loading Loading
res/layout/clock_size_radio_button_group.xml +15 −5 Original line number Diff line number Diff line Loading @@ -68,11 +68,21 @@ android:layout_marginEnd="8dp" android:clickable="false" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <TextView style="@style/SectionTitleTextStyle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="@string/clock_size_small" /> <TextView style="@style/SectionSubtitleTextStyle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/clock_size_small_description" /> </LinearLayout> </LinearLayout> </LinearLayout> No newline at end of file
res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,9 @@ <!-- Title of a radio button to apply clock size small. [CHAR LIMIT=15] --> <string name="clock_size_small">Small</string> <!-- Description of a radio button to apply clock size small. [CHAR LIMIT=NONE] --> <string name="clock_size_small_description">A small clock shows in the corner of your screen</string> <!-- Title of a section of the customization picker where the user can select a Grid size for the home screen. [CHAR LIMIT=15] --> <string name="grid_title">App grid</string> Loading