From 32acddc83e3b070c37765724970dfa076d776062 Mon Sep 17 00:00:00 2001 From: Antony Sargent Date: Mon, 21 May 2018 16:42:11 -0700 Subject: [PATCH] Update music, notifications, device information, and movies icons Also delete duplicated ic_settings_notifications.xml and point existing usages to ic_notifications.xml Bug: 77982107 Test: manual Change-Id: Ia7896598c6334aa97faf392b17e6bc3c17d58599 --- AndroidManifest.xml | 6 ++--- res/drawable/ic_local_movies.xml | 2 +- res/drawable/ic_media_stream.xml | 2 +- res/drawable/ic_notifications.xml | 7 ++++-- .../ic_perm_device_information_green_24dp.xml | 9 +++++-- .../ic_perm_device_information_red_24dp.xml | 9 +++++-- res/drawable/ic_settings_notifications.xml | 25 ------------------- res/drawable/ic_suggested_notifications.xml | 13 ++++++---- 8 files changed, 32 insertions(+), 41 deletions(-) delete mode 100644 res/drawable/ic_settings_notifications.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 74a18eab61f..27132165b91 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -715,7 +715,7 @@ @@ -762,7 +762,7 @@ diff --git a/res/drawable/ic_local_movies.xml b/res/drawable/ic_local_movies.xml index 99977237452..be9d122cb81 100644 --- a/res/drawable/ic_local_movies.xml +++ b/res/drawable/ic_local_movies.xml @@ -21,5 +21,5 @@ android:tint="?android:attr/colorControlNormal"> + android:pathData="M20,4h-3l2,4h-3l-2,-4h-2l2,4h-3L9,4H7l2,4H6L4,4C2.9,4 2.01,4.9 2.01,6L2,18c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2V6C22,4.9 21.1,4 20,4zM20,18L4,18v-8h16V18z"/> diff --git a/res/drawable/ic_media_stream.xml b/res/drawable/ic_media_stream.xml index 4eb78bcf35b..122e9c58609 100644 --- a/res/drawable/ic_media_stream.xml +++ b/res/drawable/ic_media_stream.xml @@ -21,5 +21,5 @@ android:tint="?android:attr/colorControlNormal"> + android:pathData="M12,3l0.01,10.55c-0.59,-0.34 -1.27,-0.55 -2,-0.55C7.79,13 6,14.79 6,17c0,2.21 1.79,4 4.01,4S14,19.21 14,17V7h4V3H12zM10.01,19c-1.1,0 -2,-0.9 -2,-2c0,-1.1 0.9,-2 2,-2s2,0.9 2,2C12.01,18.1 11.11,19 10.01,19z"/> diff --git a/res/drawable/ic_notifications.xml b/res/drawable/ic_notifications.xml index ec2422dbd14..20e9e5d8be4 100644 --- a/res/drawable/ic_notifications.xml +++ b/res/drawable/ic_notifications.xml @@ -20,6 +20,9 @@ android:viewportHeight="24.0" android:tint="?android:attr/colorControlNormal"> + android:fillColor="#FFFFFFFF" + android:pathData="M18,17v-6c0,-3.07 -1.63,-5.64 -4.5,-6.32V4c0,-0.83 -0.67,-1.5 -1.5,-1.5S10.5,3.17 10.5,4v0.68C7.64,5.36 6,7.92 6,11v6H4v2h10h0.38H20v-2H18zM16,17H8v-6c0,-2.48 1.51,-4.5 4,-4.5s4,2.02 4,4.5V17z"/> + diff --git a/res/drawable/ic_perm_device_information_green_24dp.xml b/res/drawable/ic_perm_device_information_green_24dp.xml index a2b9354dfbc..e309b404e9c 100644 --- a/res/drawable/ic_perm_device_information_green_24dp.xml +++ b/res/drawable/ic_perm_device_information_green_24dp.xml @@ -21,6 +21,11 @@ android:viewportHeight="24.0"> + android:pathData="M11,7h2v2h-2z"/> + + diff --git a/res/drawable/ic_perm_device_information_red_24dp.xml b/res/drawable/ic_perm_device_information_red_24dp.xml index 135e212411a..d375c0bc603 100644 --- a/res/drawable/ic_perm_device_information_red_24dp.xml +++ b/res/drawable/ic_perm_device_information_red_24dp.xml @@ -22,6 +22,11 @@ android:tint="?android:attr/colorError"> + android:pathData="M11,7h2v2h-2z"/> + + diff --git a/res/drawable/ic_settings_notifications.xml b/res/drawable/ic_settings_notifications.xml deleted file mode 100644 index 2b49afe39b6..00000000000 --- a/res/drawable/ic_settings_notifications.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - diff --git a/res/drawable/ic_suggested_notifications.xml b/res/drawable/ic_suggested_notifications.xml index 5a8f0e94342..d15d13a8c20 100644 --- a/res/drawable/ic_suggested_notifications.xml +++ b/res/drawable/ic_suggested_notifications.xml @@ -14,11 +14,14 @@ limitations under the License. --> + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + android:pathData="M18,17v-6c0,-3.07 -1.63,-5.64 -4.5,-6.32V4c0,-0.83 -0.67,-1.5 -1.5,-1.5S10.5,3.17 10.5,4v0.68C7.64,5.36 6,7.92 6,11v6H4v2h10h0.38H20v-2H18zM16,17H8v-6c0,-2.48 1.51,-4.5 4,-4.5s4,2.02 4,4.5V17z"/> +