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

Commit e26b63f3 authored by Chet Haase's avatar Chet Haase Committed by android-build-merger
Browse files

Merge "Fix TimePicker RTL issues" into oc-dev am: 7b95c932 am: 8714d472

am: 10ca6954

Change-Id: I594e85c0fc5036d84c5efafadbae832d899c374f
parents 0ed693cd 10ca6954
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layoutDirection="ltr"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

@@ -30,6 +31,7 @@

        <LinearLayout
            android:id="@+id/time_layout"
            android:layoutDirection="ltr"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:paddingTop="@dimen/timepicker_radial_picker_top_margin"