Merge "Fix TimePicker RTL issues" into oc-dev am: 7b95c932d6

am: 8714d472bf

Change-Id: I8a4c4bca36bec2e82993d1418e8e7697b2b14511
This commit is contained in:
Chet Haase
2017-06-26 18:28:44 +00:00
committed by android-build-merger

View File

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