summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatherine Liang <cathliang@google.com>2023-06-12 16:55:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-06-12 16:55:54 +0000
commitc1e062b9e756c5aa813b198bb49afbf317092e87 (patch)
treecc572af716792275de43605431a28b4b419138bf
parent4f7f216c1fc59d814ccf118ba59a2625de5212b5 (diff)
parent002820fc007d7fa26e44377db198a7d30d3731b4 (diff)
downloadThemePicker-c1e062b9e756c5aa813b198bb49afbf317092e87.tar.gz
Merge "Clock text adjustment for large text (2/2)" into udc-dev
-rw-r--r--res/layout/clock_color_option.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/layout/clock_color_option.xml b/res/layout/clock_color_option.xml
index f27c13d2..786d6338 100644
--- a/res/layout/clock_color_option.xml
+++ b/res/layout/clock_color_option.xml
@@ -30,8 +30,11 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/option_bottom_margin"
android:textColor="@color/text_color_primary"
+ android:maxLines="2"
+ android:hyphenationFrequency="normal"
+ android:ellipsize="end"
android:visibility="invisible"
- android:gravity="center"
+ android:gravity="center_horizontal"
android:text="Placeholder for stable size calculation, please do not remove."
tools:ignore="HardcodedText" />
</LinearLayout>