diff options
| author | Stephen Bird <sbird@cyngn.com> | 2015-08-12 10:53:42 -0700 |
|---|---|---|
| committer | Stephen Bird <sbird@cyngn.com> | 2015-08-12 11:14:14 -0700 |
| commit | ef030e9b2c80133bbd37d42c526fccf269983bea (patch) | |
| tree | 56a85f23349b8963a1d3a52e613a2e5c7124171e | |
| parent | 62523a3d4f49b873d215755042e5c567a963feea (diff) | |
| download | android_packages_apps_CMFileManager-ef030e9b2c80133bbd37d42c526fccf269983bea.tar.gz android_packages_apps_CMFileManager-ef030e9b2c80133bbd37d42c526fccf269983bea.tar.bz2 android_packages_apps_CMFileManager-ef030e9b2c80133bbd37d42c526fccf269983bea.zip | |
RTL: move buttons to proper spot in nav drawer
Change-Id: Ia6d6b1fd95f9def895b8d002ab0316ded6df9caf
(cherry picked from commit 602f3dea218626182db9c926877c731107864a22)
| -rw-r--r-- | res/layout/navigation_drawer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/navigation_drawer.xml b/res/layout/navigation_drawer.xml index e4d39170..db67648a 100644 --- a/res/layout/navigation_drawer.xml +++ b/res/layout/navigation_drawer.xml @@ -34,7 +34,7 @@ android:id="@+id/ab_settings" android:layout_width="@dimen/default_buttom_width" android:layout_height="match_parent" - android:layout_alignParentEnd="true" + android:layout_alignParentStart="true" android:contentDescription="@string/menu_settings" android:onClick="onActionBarItemClick" android:src="@drawable/ic_material_light_settings"/> |
