Merge "Fix RTL layout of custom type clock."

This commit is contained in:
TreeHugger Robot
2019-03-05 18:54:42 +00:00
committed by Android (Google) Code Review

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"
/>