aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
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"/>