Added a map mode button to the nav activity

This commit is contained in:
2012-01-29 12:38:11 -05:00
parent 8eb0d443b4
commit 0e7edacbdc
2 changed files with 15 additions and 1 deletions

View File

@@ -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