diff options
| author | Keith Packard <keithp@keithp.com> | 2015-06-21 10:34:00 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-06-22 21:04:43 -0700 |
| commit | ee656c9d41238ab2c56859a03fe6b8ce8ff2df4e (patch) | |
| tree | 6f8a9fa7f85938227d8dbab78eb2ff463cf565da /altosdroid/res/menu | |
| parent | 9af72a2e629779833ff1787bbfc2ddc8b9d88bba (diff) | |
altosdroid: Add map source preference
Not hooked up yet.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/res/menu')
| -rw-r--r-- | altosdroid/res/menu/option_menu.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/altosdroid/res/menu/option_menu.xml b/altosdroid/res/menu/option_menu.xml index 9cb57dfc..7e08c803 100644 --- a/altosdroid/res/menu/option_menu.xml +++ b/altosdroid/res/menu/option_menu.xml @@ -37,6 +37,9 @@ <item android:id="@+id/map_type" android:icon="@android:drawable/ic_menu_mapmode" android:title="@string/map_type" /> + <item android:id="@+id/map_source" + android:icon="@android:drawable/ic_menu_mapmode" + android:title="@string/map_source" /> <item android:id="@+id/select_tracker" android:icon="@android:drawable/ic_menu_view" android:title="@string/select_tracker"/> |
