forked from organicmaps/organicmaps
[AND] Moved button in one line.
This commit is contained in:
parent
98e541c862
commit
bec5a7a867
1 changed files with 4 additions and 1 deletions
|
@ -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" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
</merge>
|
Loading…
Add table
Reference in a new issue