1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-21 12:35:32 +01:00

fixed drawer crash on rtl locales

This commit is contained in:
Mariotaku Lee 2015-09-22 12:18:54 +08:00
parent ebf8b64851
commit a02eddd9d3

View File

@ -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>