aboutsummaryrefslogtreecommitdiffstats
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 11:14:14 -0700
commitef030e9b2c80133bbd37d42c526fccf269983bea (patch)
tree56a85f23349b8963a1d3a52e613a2e5c7124171e
parent62523a3d4f49b873d215755042e5c567a963feea (diff)
downloadandroid_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.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"/>