Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1e062b9 authored by Catherine Liang's avatar Catherine Liang Committed by Android (Google) Code Review
Browse files

Merge "Clock text adjustment for large text (2/2)" into udc-dev

parents 4f7f216c 002820fc
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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>