Add RTL support to remaining layouts

This commit is contained in:
Torsten Grote
2018-09-11 18:09:45 -03:00
parent 53edcaf3e9
commit 6557d564c9
16 changed files with 59 additions and 70 deletions

View File

@@ -5,11 +5,11 @@
android:layout_height="match_parent">
<ImageView
android:src="@drawable/splash_screen"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="@dimen/margin_xxlarge"
android:contentDescription="@string/app_name"/>
android:contentDescription="@string/app_name"
android:src="@drawable/splash_screen"/>
</FrameLayout>