From bec5a7a86738f66b84fbe63ddbf74ce615bfa66b Mon Sep 17 00:00:00 2001 From: Dmitry Kunin Date: Fri, 6 Dec 2013 11:50:42 +0300 Subject: [PATCH] [AND] Moved button in one line. --- android/res/layout/map.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/android/res/layout/map.xml b/android/res/layout/map.xml index 8e40e19a11..6732e0df99 100644 --- a/android/res/layout/map.xml +++ b/android/res/layout/map.xml @@ -70,6 +70,7 @@ android:layout_height="wrap_content" android:layout_gravity="left|bottom" android:layout_marginBottom="@dimen/dp_x_2" + android:paddingBottom="0dp" android:layout_marginLeft="@dimen/dp_x_2" android:contentDescription="@string/my_position" android:onClick="onMyPositionClicked" @@ -79,13 +80,15 @@ android:id="@+id/map_button_toggle_drawer" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="right|center_vertical" + android:layout_gravity="right|bottom" android:layout_marginBottom="@dimen/dp_x_2" android:background="@null" android:contentDescription="@string/my_position" + android:paddingBottom="0dp" android:paddingLeft="@dimen/dp_x_2" android:paddingTop="@dimen/dp_x_6" android:src="@drawable/btn_menu_tail_selector" /> + \ No newline at end of file