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