Merge "Fix TimePicker RTL issues" into oc-dev
am: 7b95c932d6
Change-Id: I9ec629e60882aec2b4ca84b0b81de4244d43afef
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:layoutDirection="ltr"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
@@ -30,6 +31,7 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/time_layout"
|
android:id="@+id/time_layout"
|
||||||
|
android:layoutDirection="ltr"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="@dimen/timepicker_radial_picker_top_margin"
|
android:paddingTop="@dimen/timepicker_radial_picker_top_margin"
|
||||||
|
|||||||
Reference in New Issue
Block a user