From 67bd9fd7fa7c86be25a88e76fe0c9d5c04ff5580 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Fri, 20 Aug 2021 12:30:49 +0200 Subject: [PATCH] feat: rtl support (#365) --- android/build.gradle | 2 +- android/src/main/res/layout/ios_clone.xml | 3 ++- android/src/main/res/layout/native_picker.xml | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 4e58851..43b8762 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,7 @@ android { buildToolsVersion safeExtGet('buildToolsVersion', "25.0.3") defaultConfig { - minSdkVersion safeExtGet('minSdkVersion', 16) + minSdkVersion safeExtGet('minSdkVersion', 17) targetSdkVersion safeExtGet('targetSdkVersion', 25) testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" diff --git a/android/src/main/res/layout/ios_clone.xml b/android/src/main/res/layout/ios_clone.xml index 396888d..49a44c4 100644 --- a/android/src/main/res/layout/ios_clone.xml +++ b/android/src/main/res/layout/ios_clone.xml @@ -5,7 +5,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" -> + android:layoutDirection="ltr" + > + android:orientation="horizontal" + android:layoutDirection="ltr" +>