From 9ec22e3b961d3a76677d5580758ba4734e8375d1 Mon Sep 17 00:00:00 2001 From: Console Chen Date: Thu, 10 Jan 2019 18:12:02 +0800 Subject: [PATCH] Syncs the lock and unlock icons with new AOD's To be consistent with new unlock icon in new AOD, the unlock icon and lock icon have been updated. Settings is requested to sync with new AOD. Fixes: 122058240 Test: Manual Change-Id: I36e19a927f500f53e91a033ce3d7b749280e2134 --- res/drawable/ic_lock.xml | 13 ++++++++----- res/drawable/ic_settings_security.xml | 4 ++-- res/drawable/ic_settings_security_white.xml | 7 +++---- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/res/drawable/ic_lock.xml b/res/drawable/ic_lock.xml index 975cbf54efb..d2ea5a257e6 100644 --- a/res/drawable/ic_lock.xml +++ b/res/drawable/ic_lock.xml @@ -14,11 +14,14 @@ limitations under the License --> + android:width="32dp" + android:height="32dp" + android:viewportWidth="24" + android:viewportHeight="24"> + android:pathData="M12,15m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0"/> + diff --git a/res/drawable/ic_settings_security.xml b/res/drawable/ic_settings_security.xml index 6065dd96746..d730ac99a7d 100644 --- a/res/drawable/ic_settings_security.xml +++ b/res/drawable/ic_settings_security.xml @@ -21,8 +21,8 @@ android:tint="?android:attr/colorControlNormal"> + android:pathData="M12,15m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0"/> + android:pathData="M18.5,1C16.01,1 14,3.01 14,5.5V8H6c-1.1,0 -2,0.9 -2,2v10c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2V10c0,-1.1 -0.9,-2 -2,-2h-2V5.5C16,4.12 17.12,3 18.5,3C19.88,3 21,4.12 21,5.5V6h2V5.5C23,3.01 20.99,1 18.5,1zM18,10v10H6V10H18z"/> \ No newline at end of file diff --git a/res/drawable/ic_settings_security_white.xml b/res/drawable/ic_settings_security_white.xml index 17794024f69..4e2b1ee8124 100644 --- a/res/drawable/ic_settings_security_white.xml +++ b/res/drawable/ic_settings_security_white.xml @@ -20,9 +20,8 @@ android:viewportWidth="24"> + android:pathData="M12,15m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0"/> - - + android:pathData="M18.5,1C16.01,1 14,3.01 14,5.5V8H6c-1.1,0 -2,0.9 -2,2v10c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2V10c0,-1.1 -0.9,-2 -2,-2h-2V5.5C16,4.12 17.12,3 18.5,3C19.88,3 21,4.12 21,5.5V6h2V5.5C23,3.01 20.99,1 18.5,1zM18,10v10H6V10H18z"/> + \ No newline at end of file