Using Material icons:
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Sep 2016 01:41:25 +0000 (03:41 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Sep 2016 01:41:25 +0000 (03:41 +0200)
ic_add_location_white_24dp.png
ic_settings_white_24dp.png

19 files changed:
app/src/main/res/drawable-hdpi/ic_action_map.png [deleted file]
app/src/main/res/drawable-hdpi/ic_action_settings.png [deleted file]
app/src/main/res/drawable-hdpi/ic_add_location_white_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_settings_white_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_action_map.png [deleted file]
app/src/main/res/drawable-mdpi/ic_action_settings.png [deleted file]
app/src/main/res/drawable-mdpi/ic_add_location_white_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_settings_white_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_action_map.png [deleted file]
app/src/main/res/drawable-xhdpi/ic_action_settings.png [deleted file]
app/src/main/res/drawable-xhdpi/ic_add_location_white_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_settings_white_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_action_map.png [deleted file]
app/src/main/res/drawable-xxhdpi/ic_action_settings.png [deleted file]
app/src/main/res/drawable-xxhdpi/ic_add_location_white_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_settings_white_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxxhdpi/ic_add_location_white_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxxhdpi/ic_settings_white_24dp.png [new file with mode: 0644]
app/src/main/res/menu/weather_main_menu.xml

diff --git a/app/src/main/res/drawable-hdpi/ic_action_map.png b/app/src/main/res/drawable-hdpi/ic_action_map.png
deleted file mode 100644 (file)
index 370cf5c..0000000
Binary files a/app/src/main/res/drawable-hdpi/ic_action_map.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/ic_action_settings.png b/app/src/main/res/drawable-hdpi/ic_action_settings.png
deleted file mode 100644 (file)
index 54eecde..0000000
Binary files a/app/src/main/res/drawable-hdpi/ic_action_settings.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/ic_add_location_white_24dp.png b/app/src/main/res/drawable-hdpi/ic_add_location_white_24dp.png
new file mode 100644 (file)
index 0000000..80821a4
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_add_location_white_24dp.png differ
diff --git a/app/src/main/res/drawable-hdpi/ic_settings_white_24dp.png b/app/src/main/res/drawable-hdpi/ic_settings_white_24dp.png
new file mode 100644 (file)
index 0000000..97ded33
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_settings_white_24dp.png differ
diff --git a/app/src/main/res/drawable-mdpi/ic_action_map.png b/app/src/main/res/drawable-mdpi/ic_action_map.png
deleted file mode 100644 (file)
index 50a9100..0000000
Binary files a/app/src/main/res/drawable-mdpi/ic_action_map.png and /dev/null differ
diff --git a/app/src/main/res/drawable-mdpi/ic_action_settings.png b/app/src/main/res/drawable-mdpi/ic_action_settings.png
deleted file mode 100644 (file)
index 25c36db..0000000
Binary files a/app/src/main/res/drawable-mdpi/ic_action_settings.png and /dev/null differ
diff --git a/app/src/main/res/drawable-mdpi/ic_add_location_white_24dp.png b/app/src/main/res/drawable-mdpi/ic_add_location_white_24dp.png
new file mode 100644 (file)
index 0000000..2b3c1b7
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ic_add_location_white_24dp.png differ
diff --git a/app/src/main/res/drawable-mdpi/ic_settings_white_24dp.png b/app/src/main/res/drawable-mdpi/ic_settings_white_24dp.png
new file mode 100644 (file)
index 0000000..8909c35
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ic_settings_white_24dp.png differ
diff --git a/app/src/main/res/drawable-xhdpi/ic_action_map.png b/app/src/main/res/drawable-xhdpi/ic_action_map.png
deleted file mode 100644 (file)
index 537c5a4..0000000
Binary files a/app/src/main/res/drawable-xhdpi/ic_action_map.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xhdpi/ic_action_settings.png b/app/src/main/res/drawable-xhdpi/ic_action_settings.png
deleted file mode 100644 (file)
index 425a8bc..0000000
Binary files a/app/src/main/res/drawable-xhdpi/ic_action_settings.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xhdpi/ic_add_location_white_24dp.png b/app/src/main/res/drawable-xhdpi/ic_add_location_white_24dp.png
new file mode 100644 (file)
index 0000000..d15b175
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_add_location_white_24dp.png differ
diff --git a/app/src/main/res/drawable-xhdpi/ic_settings_white_24dp.png b/app/src/main/res/drawable-xhdpi/ic_settings_white_24dp.png
new file mode 100644 (file)
index 0000000..5caedc8
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_settings_white_24dp.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/ic_action_map.png b/app/src/main/res/drawable-xxhdpi/ic_action_map.png
deleted file mode 100644 (file)
index ed72ce9..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/ic_action_map.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/ic_action_settings.png b/app/src/main/res/drawable-xxhdpi/ic_action_settings.png
deleted file mode 100644 (file)
index fe5fec4..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/ic_action_settings.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/ic_add_location_white_24dp.png b/app/src/main/res/drawable-xxhdpi/ic_add_location_white_24dp.png
new file mode 100644 (file)
index 0000000..9ae1f96
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_add_location_white_24dp.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/ic_settings_white_24dp.png b/app/src/main/res/drawable-xxhdpi/ic_settings_white_24dp.png
new file mode 100644 (file)
index 0000000..eabb0a2
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_settings_white_24dp.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/ic_add_location_white_24dp.png b/app/src/main/res/drawable-xxxhdpi/ic_add_location_white_24dp.png
new file mode 100644 (file)
index 0000000..21575e1
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ic_add_location_white_24dp.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/ic_settings_white_24dp.png b/app/src/main/res/drawable-xxxhdpi/ic_settings_white_24dp.png
new file mode 100644 (file)
index 0000000..507c5ed
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ic_settings_white_24dp.png differ
index 7efc69b..acd3b60 100644 (file)
@@ -19,7 +19,7 @@
     <group android:checkableBehavior="single">
 
         <item android:id="@+id/weather_menu_map"
-            android:icon="@drawable/ic_action_map"
+            android:icon="@drawable/ic_add_location_white_24dp"
             android:visible="true"
             android:enabled="true"
             android:checked="false"
@@ -27,7 +27,7 @@
             android:titleCondensed="@string/weather_map_action_map">
         </item>
         <item android:id="@+id/weather_menu_settings"
-            android:icon="@drawable/ic_action_settings"
+            android:icon="@drawable/ic_settings_white_24dp"
             android:title="@string/weather_preferences_action_settings"
             android:titleCondensed="@string/weather_preferences_action_settings"
             android:checked="false"