Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Jul 8, 2010
1 parent 84762dc commit 1ffc386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hw19/MyMap/res/menu/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<item
android:alphabeticShortcut="t"
android:id="@+id/traffic_button"
android:title="@string/traffic_label"></item>
android:title="@string/traffic_label" />
<item
android:alphabeticShortcut="v"
android:id="@+id/street_view_button"
android:title="@string/street_view_label"></item>
android:title="@string/street_view_label" />
<item
android:alphabeticShortcut="s"
android:checked="true"
android:id="@+id/satellite_button"
android:checkable="true"
android:title="@string/satellite_label"></item>
android:title="@string/satellite_label" />
</menu>

0 comments on commit 1ffc386

Please sign in to comment.