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

@@ -10,9 +10,10 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_gravity="bottom|start"
android:layout_marginBottom="@dimen/margin_medium"
android:layout_marginLeft="@dimen/margin_medium"
android:layout_marginEnd="@dimen/margin_medium"
android:layout_marginStart="@dimen/margin_medium"
android:contentDescription="@string/app_name"
android:src="@drawable/navigation_drawer_header"/>