Update icon for security settings.
- also fix the issue of dynamic tile icon is being cached and not updated properly. Change-Id: I9289260340c1cddc4123fda88c366d658a11ddfc Fixes: 74255242 Test: visual
This commit is contained in:
@@ -14,22 +14,12 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="22dp"
|
||||
android:height="22dp"
|
||||
android:viewportWidth="22"
|
||||
android:viewportHeight="22">
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="#4285F4"
|
||||
android:fillType="evenOdd"
|
||||
android:pathData="M20.5515334,2.92885159 C20.8461538,4.16300283 21,5.45033294 21,6.77478792
|
||||
C21,8.13636778 20.835093,9.46082277 20.5253896,10.7290888 C19.8637506,13.4271641
|
||||
18.5414781,15.8663687 16.7395676,17.8670984 C15.1568627,19.6250114
|
||||
13.2021116,21.0437836 11,22 C8.79788839,21.0437836 6.84313725,19.6250114
|
||||
5.26143791,17.8670984 C3.45852187,15.8663687 2.13624937,13.4271641
|
||||
1.47561589,10.7290888 C1.16490699,9.46082277 1,8.13636778 1,6.77478792
|
||||
C1,5.45033294 1.15485168,4.16300283 1.44846657,2.92885159
|
||||
C6.09502262,0.615068868 11,0 11,0 C11,0 15.9049774,0.615068868
|
||||
20.5515334,2.92885159 Z M15.6984615,6 L9.61538462,12.2961783 L7,10
|
||||
L5.69846154,11.3471338 L9.61538462,15 L17,7.3566879 L15.6984615,6 Z" />
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M11.14,16l-3.84,-3.84l1.41,-1.42l2.43,2.42l4.16,-4.16l1.42,1.41L11.14,16zM12,4.24l6,3v4.1c0,3.9 -2.55,7.5 -6,8.59c-3.45,-1.09 -6,-4.7 -6,-8.59v-4.1L12,4.24M12,2L4,6v5.33c0,4.93 3.41,9.55 8,10.67c4.59,-1.12 8,-5.73 8,-10.67V6L12,2L12,2z"/>
|
||||
</vector>
|
||||
|
||||
Reference in New Issue
Block a user