From a9d3a5ee3639aef0940d275941d012469f999df3 Mon Sep 17 00:00:00 2001 From: Zoey Chen Date: Thu, 14 Jan 2021 17:59:04 +0800 Subject: [PATCH] [Provider Model] Update the icon's path Screenshot: https://screenshot.googleplex.com/6GSkuoDG3Yr4BAS.png Bug: 172053880 Test: manual Change-Id: I82c21e274a8e2dd617430c1b6402d4a0b7ed373f --- res/drawable/ic_calls_sms.xml | 15 +++++++-------- res/drawable/ic_sim_card.xml | 34 +++++++++++++++++++--------------- res/drawable/ic_sms.xml | 14 +++++++++----- 3 files changed, 35 insertions(+), 28 deletions(-) diff --git a/res/drawable/ic_calls_sms.xml b/res/drawable/ic_calls_sms.xml index e1217a0f172..2033e8fc0dc 100644 --- a/res/drawable/ic_calls_sms.xml +++ b/res/drawable/ic_calls_sms.xml @@ -18,13 +18,12 @@ android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" - android:tint="?android:attr/colorControlNormal"> + android:tint="?android:attr/colorControlNormal" + > + + android:pathData="M 0 0 H 24 V 24 H 0 V 0 Z" /> - \ No newline at end of file + android:fillColor="#FF000000" + android:pathData="M20.17,14.85l-3.26-0.65c-0.33-0.07-0.67,0.04-0.9,0.27l-2.62,2.62c-2.75-1.49-5.01-3.75-6.5-6.5l2.62-2.62 c0.24-0.24,0.34-0.58,0.27-0.9L9.13,3.82c-0.09-0.47-0.5-0.8-0.98-0.8H4c-0.56,0-1.03,0.47-1,1.03c0.17,2.91,1.04,5.63,2.43,8.01 c1.57,2.69,3.81,4.93,6.5,6.5c2.38,1.39,5.1,2.26,8.01,2.43c0.56,0.03,1.03-0.44,1.03-1v-4.15C20.97,15.36,20.64,14.95,20.17,14.85 L20.17,14.85z M12,3v10l3-3h6V3H12z M19,8h-5V5h5V8z" /> + diff --git a/res/drawable/ic_sim_card.xml b/res/drawable/ic_sim_card.xml index 1fc72496fa3..28388e201b2 100644 --- a/res/drawable/ic_sim_card.xml +++ b/res/drawable/ic_sim_card.xml @@ -18,26 +18,30 @@ android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" - android:tint="?android:attr/colorControlNormal"> + android:tint="?android:attr/colorControlNormal" + > + + android:fillColor="#FF000000" + android:pathData="M18,2h-8L4,8v12c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2z M18,4v16H6V8.83L10.83,4L18,4L18,4z" /> + android:fillColor="#FF000000" + android:pathData="M 7 17 H 9 V 19 H 7 V 17 Z" /> + android:fillColor="#FF000000" + android:pathData="M 15 17 H 17 V 19 H 15 V 17 Z" /> + android:fillColor="#FF000000" + android:pathData="M 7 11 H 9 V 15 H 7 V 11 Z" /> + android:fillColor="#FF000000" + android:pathData="M 11 15 H 13 V 19 H 11 V 15 Z" /> + android:fillColor="#FF000000" + android:pathData="M 11 11 H 13 V 13 H 11 V 11 Z" /> + android:fillColor="#FF000000" + android:pathData="M 15 11 H 17 V 15 H 15 V 11 Z" /> + diff --git a/res/drawable/ic_sms.xml b/res/drawable/ic_sms.xml index cb388e36108..8cc0a4c6b49 100644 --- a/res/drawable/ic_sms.xml +++ b/res/drawable/ic_sms.xml @@ -16,10 +16,14 @@ + android:viewportWidth="24" + android:viewportHeight="24" + android:tint="?android:attr/colorControlNormal" + > + - \ No newline at end of file + android:pathData="M20 2H4c-1.1 0-2 0.9-2 2v18l4.75-4h14c0.35 0 1.25-0.9 1.25-2V4c0-1.1-0.9-2-2-2zm0 14H4V4h16v12zM9 11H7V9h2v2zm8 0h-2V9h2v2zm-4 0h-2V9h2v2z" /> + +