OSDN Git Service

Changed VPN add icon to white.
authorPauloftheWest <paulofthewest@google.com>
Wed, 27 Aug 2014 19:54:50 +0000 (12:54 -0700)
committerPauloftheWest <paulofthewest@google.com>
Wed, 27 Aug 2014 19:54:50 +0000 (12:54 -0700)
Bug: 17288198
Change-Id: I5d66f269583d1d4bdb3e68fe011721ae805317e1

res/drawable-hdpi/ic_menu_add_white.png [new file with mode: 0644]
res/drawable-mdpi/ic_menu_add_white.png [new file with mode: 0644]
res/drawable-xhdpi/ic_menu_add_white.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_menu_add_white.png [new file with mode: 0644]
res/drawable-xxxhdpi/ic_menu_add_white.png [new file with mode: 0644]
res/menu/vpn.xml

diff --git a/res/drawable-hdpi/ic_menu_add_white.png b/res/drawable-hdpi/ic_menu_add_white.png
new file mode 100644 (file)
index 0000000..7638c64
Binary files /dev/null and b/res/drawable-hdpi/ic_menu_add_white.png differ
diff --git a/res/drawable-mdpi/ic_menu_add_white.png b/res/drawable-mdpi/ic_menu_add_white.png
new file mode 100644 (file)
index 0000000..40cdc82
Binary files /dev/null and b/res/drawable-mdpi/ic_menu_add_white.png differ
diff --git a/res/drawable-xhdpi/ic_menu_add_white.png b/res/drawable-xhdpi/ic_menu_add_white.png
new file mode 100644 (file)
index 0000000..1d53989
Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_add_white.png differ
diff --git a/res/drawable-xxhdpi/ic_menu_add_white.png b/res/drawable-xxhdpi/ic_menu_add_white.png
new file mode 100644 (file)
index 0000000..16a8b8a
Binary files /dev/null and b/res/drawable-xxhdpi/ic_menu_add_white.png differ
diff --git a/res/drawable-xxxhdpi/ic_menu_add_white.png b/res/drawable-xxxhdpi/ic_menu_add_white.png
new file mode 100644 (file)
index 0000000..27a15f5
Binary files /dev/null and b/res/drawable-xxxhdpi/ic_menu_add_white.png differ
index 3e0a788..22646d1 100644 (file)
@@ -18,7 +18,7 @@
     <item
         android:id="@+id/vpn_create"
         android:title="@string/vpn_create"
-        android:icon="?attr/ic_menu_add"
+        android:icon="@drawable/ic_menu_add_white"
         android:showAsAction="always" />
     <item
         android:id="@+id/vpn_lockdown"