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

Commit 64a66218 authored by Alan Viverette's avatar Alan Viverette
Browse files

Always use LTR alignment for time picker HH:MM header

BUG: 18697150
Change-Id: Ia152d1e8ac7ec70db94c64ca8dd2096dabdaffc3
parent 4ae0d904
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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