Main menu arrows (choosing the gametype) should now also show correctly on RTL locales.

This commit is contained in:
Christopher Beckmann 2016-03-29 21:45:33 +02:00
parent 17f62f841d
commit d6f8d58b84
5 changed files with 5 additions and 5 deletions

View file

@ -43,13 +43,13 @@
<RelativeLayout <RelativeLayout
android:layout_width="0px" android:layout_width="0px"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layoutDirection="ltr"
android:layout_weight="1"> android:layout_weight="1">
<android.support.v4.view.ViewPager <android.support.v4.view.ViewPager
android:id="@+id/scroller" android:id="@+id/scroller"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layoutDirection="ltr"
app:layout_behavior="@string/appbar_scrolling_view_behavior" /> app:layout_behavior="@string/appbar_scrolling_view_behavior" />
<ImageView <ImageView

View file

@ -2,6 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layoutDirection="ltr"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingLeft="@dimen/activity_horizontal_margin"

View file

@ -43,11 +43,11 @@
<RelativeLayout <RelativeLayout
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layoutDirection="ltr"
android:layout_weight="4"> android:layout_weight="4">
<android.support.v4.view.ViewPager <android.support.v4.view.ViewPager
android:id="@+id/scroller" android:id="@+id/scroller"
android:layoutDirection="ltr"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"

View file

@ -43,11 +43,11 @@
<RelativeLayout <RelativeLayout
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layoutDirection="ltr"
android:layout_weight="4"> android:layout_weight="4">
<android.support.v4.view.ViewPager <android.support.v4.view.ViewPager
android:id="@+id/scroller" android:id="@+id/scroller"
android:layoutDirection="ltr"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"

View file

@ -43,13 +43,12 @@
<RelativeLayout <RelativeLayout
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layoutDirection="ltr"
android:layout_weight="4"> android:layout_weight="4">
<android.support.v4.view.ViewPager <android.support.v4.view.ViewPager
android:id="@+id/scroller" android:id="@+id/scroller"
android:layoutDirection="ltr"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" /> app:layout_behavior="@string/appbar_scrolling_view_behavior" />