Merge "Always use LTR alignment for time picker HH:MM header"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d2e1ee09d0
@@ -33,7 +33,7 @@
|
||||
android:id="@+id/hours"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
android:gravity="right"
|
||||
android:layoutDirection="locale" />
|
||||
|
||||
<TextView
|
||||
@@ -49,7 +49,7 @@
|
||||
android:id="@+id/minutes"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="start"
|
||||
android:gravity="left"
|
||||
android:layoutDirection="locale" />
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user