From 1a4aeead22582196016db8737136083af3399303 Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Tue, 21 Mar 2017 16:56:41 -0700 Subject: [PATCH] Use the same icon for battery Before this cl, we use different battery icon in the following place: 1. half battery icon in settings page 1 2. full battery icon in settings shortcut(Long press app settings) This cl refines them to use the same battery icon: full battery icon. Bug: 36467034 Test: Screenshot Change-Id: Ibec92ad057a47e6cc7763a4bc6e1e1c16c6288c0 --- res/drawable/ic_settings_battery.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/res/drawable/ic_settings_battery.xml b/res/drawable/ic_settings_battery.xml index c8e053d1f30..6afc5d03b3d 100644 --- a/res/drawable/ic_settings_battery.xml +++ b/res/drawable/ic_settings_battery.xml @@ -14,13 +14,12 @@ limitations under the License. --> + android:fillColor="#FF000000" + android:pathData="M15.67,4H14V2h-4v2H8.33C7.6,4 7,4.6 7,5.33v15.33C7,21.4 7.6,22 8.33,22h7.33c0.74,0 1.34,-0.6 1.34,-1.33V5.33C17,4.6 16.4,4 15.67,4z"/>