Added a map mode button to the nav activity
This commit is contained in:
@@ -43,11 +43,19 @@
|
||||
android:textColor="#FF0000" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/mark_my_lcoation_button"
|
||||
android:id="@+id/map_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:src="@drawable/map_action_bar" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/mark_my_lcoation_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_above="@+id/map_button"
|
||||
android:layout_alignParentRight="true"
|
||||
android:src="@drawable/mark_my_location_action_bar" />
|
||||
|
||||
<ImageButton
|
||||
|
||||
Reference in New Issue
Block a user