diff --git a/res/drawable/ic_cellular_off.xml b/res/drawable/ic_cellular_off.xml index 7840123ef73..4f767cfbb11 100644 --- a/res/drawable/ic_cellular_off.xml +++ b/res/drawable/ic_cellular_off.xml @@ -20,22 +20,9 @@ Copyright (C) 2014 The Android Open Source Project android:viewportWidth="24.0" android:viewportHeight="24.0"> + android:fillColor="#FF000000" + 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"/> + android:fillColor="#FF000000" + 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"/> diff --git a/res/layout/condition_header_icon.xml b/res/layout/condition_header_icon.xml index e5cbdc95ac2..79fe54e8287 100644 --- a/res/layout/condition_header_icon.xml +++ b/res/layout/condition_header_icon.xml @@ -21,5 +21,4 @@ android:layout_height="@dimen/suggestion_card_icon_size" android:layout_marginStart="0dp" android:layout_marginEnd="24dp" - android:tint="?android:attr/colorAccent" - android:scaleType="centerInside"/> + android:tint="?android:attr/colorAccent" />