aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2015-08-12 10:53:42 -0700
committerStephen Bird <sbird@cyngn.com>2015-08-12 10:55:04 -0700
commit602f3dea218626182db9c926877c731107864a22 (patch)
tree5d23783c9ec32a488ec414fcd55c0c592b9d5a6e /res
parenteb58bd86d33ab4e1a775681cd570002b6488869a (diff)
downloadandroid_packages_apps_CMFileManager-602f3dea218626182db9c926877c731107864a22.tar.gz
android_packages_apps_CMFileManager-602f3dea218626182db9c926877c731107864a22.tar.bz2
android_packages_apps_CMFileManager-602f3dea218626182db9c926877c731107864a22.zip
RTL: move buttons to proper spot in nav drawer
Change-Id: Ia6d6b1fd95f9def895b8d002ab0316ded6df9caf
Diffstat (limited to 'res')
-rw-r--r--res/layout/navigation_drawer.xml2
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"/>