fixed drawer crash on rtl locales
This commit is contained in:
parent
ebf8b64851
commit
a02eddd9d3
|
@ -18,6 +18,7 @@
|
|||
-->
|
||||
|
||||
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/home_menu"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
@ -32,6 +33,7 @@
|
|||
layout="@layout/drawer_home_accounts"
|
||||
android:layout_width="@dimen/drawer_width_home"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="start" />
|
||||
android:layout_gravity="left"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
</android.support.v4.widget.DrawerLayout>
|
Loading…
Reference in New Issue