Added the fix for Issue#9 to every layout, that was missing it.

This commit is contained in:
Christopher Beckmann 2016-03-29 21:22:11 +02:00
parent 7e3f4f28ba
commit 17f62f841d
8 changed files with 9 additions and 1 deletions

View file

@ -49,6 +49,7 @@
android:id="@+id/scroller"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layoutDirection="ltr"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
<ImageView

View file

@ -21,6 +21,7 @@
android:layout_marginRight="30dp"
android:layout_marginEnd="30dp"
android:orientation="vertical"
android:layoutDirection="ltr"
android:layout_height="match_parent"
android:gravity="center"/>

View file

@ -27,6 +27,7 @@
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layoutDirection="ltr"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"

View file

@ -47,6 +47,7 @@
<android.support.v4.view.ViewPager
android:id="@+id/scroller"
android:layoutDirection="ltr"
android:layout_width="match_parent"
android:layout_height="match_parent"

View file

@ -47,6 +47,7 @@
<android.support.v4.view.ViewPager
android:id="@+id/scroller"
android:layoutDirection="ltr"
android:layout_width="match_parent"
android:layout_height="match_parent"

View file

@ -48,6 +48,8 @@
<android.support.v4.view.ViewPager
android:id="@+id/scroller"
android:layoutDirection="ltr"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />

View file

@ -25,6 +25,7 @@
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layoutDirection="ltr"
android:orientation="horizontal">
<ImageView
android:layout_width="wrap_content"

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="about_affiliation">En coopération avec:</string>
<string name="about_author">Auteur</string>
<string name="about_author">Auteur:</string>
<string name="about_qqwing">Cette Aplication utilise une version modifié de QQWing v1.3.4</string>
<string name="average_time">Temps en moyenne</string>
<string name="cancel">Annuler</string>