summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chet Haase <chet@google.com> 2017-06-26 18:40:16 +0000
committer android-build-merger <android-build-merger@google.com> 2017-06-26 18:40:16 +0000
commite26b63f34fdaf3b93d14eb5b8544f5f12ccfb8ef (patch)
treee7674d984f15a020bfc6868a23600aae08172d00
parent0ed693cdbbf81b29ae0c4ebbd0933d4091d16ce4 (diff)
parent10ca6954bdbe7fceed1bf4e322f0a8761fa293bb (diff)
Merge "Fix TimePicker RTL issues" into oc-dev am: 7b95c932d6 am: 8714d472bf
am: 10ca6954bd Change-Id: I594e85c0fc5036d84c5efafadbae832d899c374f
-rw-r--r--core/res/res/layout-land/time_picker_material.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/layout-land/time_picker_material.xml b/core/res/res/layout-land/time_picker_material.xml
index 863efef5c661..d83ccb23f64f 100644
--- a/core/res/res/layout-land/time_picker_material.xml
+++ b/core/res/res/layout-land/time_picker_material.xml
@@ -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"