altosdroid: Resource changes needed for multi-tracker mode
authorKeith Packard <keithp@keithp.com>
Sun, 7 Jun 2015 03:37:53 +0000 (20:37 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 7 Jun 2015 03:37:53 +0000 (20:37 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosdroid/res/menu/option_menu.xml
altosdroid/res/values/Colors.xml [new file with mode: 0644]
altosdroid/res/values/strings.xml

index 1b3142a84d5d81da494abc480189ff2cda18f779..9cb57dfc952dfa1d29c818d7ed15cb1a0176c685 100644 (file)
     <item android:id="@+id/map_type"
          android:icon="@android:drawable/ic_menu_mapmode"
          android:title="@string/map_type" />
     <item android:id="@+id/map_type"
          android:icon="@android:drawable/ic_menu_mapmode"
          android:title="@string/map_type" />
+    <item android:id="@+id/select_tracker"
+         android:icon="@android:drawable/ic_menu_view"
+         android:title="@string/select_tracker"/>
+    <item android:id="@+id/delete_track"
+         android:icon="@android:drawable/ic_notification_clear_all"
+         android:title="@string/delete_track"/>
     <item android:id="@+id/quit"
           android:icon="@android:drawable/ic_menu_close_clear_cancel"
           android:title="@string/quit" />
     <item android:id="@+id/quit"
           android:icon="@android:drawable/ic_menu_close_clear_cancel"
           android:title="@string/quit" />
diff --git a/altosdroid/res/values/Colors.xml b/altosdroid/res/values/Colors.xml
new file mode 100644 (file)
index 0000000..055c6df
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+        Copyright © 2015 Keith Packard <keithp@keithp.com>
+
+        This program is free software; you can redistribute it and/or modify
+        it under the terms of the GNU General Public License as published by
+        the Free Software Foundation; version 2 of the License.
+
+        This program is distributed in the hope that it will be useful, but
+        WITHOUT ANY WARRANTY; without even the implied warranty of
+        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+        General Public License for more details.
+
+        You should have received a copy of the GNU General Public License along
+        with this program; if not, write to the Free Software Foundation, Inc.,
+        59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+-->
+<resources>
+  <color name="old_color">#ffff4040</color>
+</resources>
index 1af0dbb70ce9f0625d4fc7d1176ad70bc7020307..79a77ba94c085d0201df637b8de1d35d796740d9 100644 (file)
@@ -33,6 +33,8 @@
        <string name="select_rate">Select data rate</string>
        <string name="change_units">Change units</string>
        <string name="preload_maps">Load Maps</string>
        <string name="select_rate">Select data rate</string>
        <string name="change_units">Change units</string>
        <string name="preload_maps">Load Maps</string>
+       <string name="select_tracker">Select Tracker</string>
+       <string name="delete_track">Delete Track</string>
        <string name="map_type">Map Type</string>
 
        <!-- MapTypeActivity -->
        <string name="map_type">Map Type</string>
 
        <!-- MapTypeActivity -->