Merge "Update cellular data condition icon and padding." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1a38390728
@@ -20,22 +20,9 @@ Copyright (C) 2014 The Android Open Source Project
|
|||||||
android:viewportWidth="24.0"
|
android:viewportWidth="24.0"
|
||||||
android:viewportHeight="24.0">
|
android:viewportHeight="24.0">
|
||||||
<path
|
<path
|
||||||
android:fillColor="@android:color/white"
|
android:fillColor="#FF000000"
|
||||||
android:pathData="M8,9
|
android:pathData="M22.32,16.05l-1.45,1.45l1.45,1.45c0.38,0.38 0.38,0.99 0,1.37c-0.38,0.38 -0.99,0.38 -1.37,0l-1.44,-1.44l-1.45,1.45c-0.38,0.38 -0.99,0.38 -1.37,0l-0.01,-0.01c-0.38,-0.38 -0.38,-0.99 0,-1.37c0,0 0,0 0,0l1.45,-1.45l-1.45,-1.45c-0.38,-0.38 -0.38,-0.99 0,-1.37c0,0 0,0 0,0l0.01,-0.01c0.38,-0.38 0.99,-0.38 1.37,0l1.45,1.45l1.44,-1.44c0.38,-0.38 0.99,-0.38 1.37,0C22.7,15.06 22.7,15.67 22.32,16.05z"/>
|
||||||
l-2.87,-2.87
|
|
||||||
-2.87,2.87
|
|
||||||
-1.13,-1.13
|
|
||||||
2.87,-2.87
|
|
||||||
-2.87,-2.87
|
|
||||||
1.13,-1.13
|
|
||||||
2.87,2.87
|
|
||||||
2.87,-2.87
|
|
||||||
1.13,1.13,
|
|
||||||
-2.87,2.87
|
|
||||||
2.87,2.87
|
|
||||||
L8,9
|
|
||||||
z" />
|
|
||||||
<path
|
<path
|
||||||
android:fillColor="@android:color/white"
|
android:fillColor="#FF000000"
|
||||||
android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z"/>
|
android:pathData="M22,12V3.8c0,-0.71 -0.87,-1.08 -1.38,-0.57L3.24,20.62C2.73,21.13 3.09,22 3.8,22H14V12H22z"/>
|
||||||
</vector>
|
</vector>
|
||||||
|
@@ -21,5 +21,4 @@
|
|||||||
android:layout_height="@dimen/suggestion_card_icon_size"
|
android:layout_height="@dimen/suggestion_card_icon_size"
|
||||||
android:layout_marginStart="0dp"
|
android:layout_marginStart="0dp"
|
||||||
android:layout_marginEnd="24dp"
|
android:layout_marginEnd="24dp"
|
||||||
android:tint="?android:attr/colorAccent"
|
android:tint="?android:attr/colorAccent" />
|
||||||
android:scaleType="centerInside"/>
|
|
||||||
|
Reference in New Issue
Block a user