Fix RTL layout of custom type clock.

Fixes: 126890226
Test: installed and forced RTL
Change-Id: I7127034dbb4596e206cc82d120cd333eded3ad20
This commit is contained in:
Robert Snoeberger
2019-03-05 11:29:44 -05:00
parent 71b83d3d3b
commit ab45ab6c8b

View File

@@ -21,10 +21,10 @@
>
<com.android.keyguard.clock.TypographicClock
android:id="@+id/type_clock"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="50dp"
android:paddingStart="50dp"
android:textAlignment="viewStart"
style="@style/widget_big"
android:textSize="40dp"
/>