Add tint color for airplane icon
Bug: 32592245 Test: Manual Change-Id: I6e793862dc57ce07be0b962008eaeaf37ac62990
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
android:height="48dp"
|
||||
android:width="48dp"
|
||||
android:viewportHeight="48"
|
||||
android:viewportWidth="48" >
|
||||
android:viewportWidth="48"
|
||||
android:tint="?android:attr/colorControlNormal" >
|
||||
<group
|
||||
android:name="ic_signal_airplane"
|
||||
android:translateX="21.9995"
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
android:height="48dp"
|
||||
android:width="48dp"
|
||||
android:viewportHeight="48"
|
||||
android:viewportWidth="48" >
|
||||
android:viewportWidth="48"
|
||||
android:tint="?android:attr/colorControlNormal" >
|
||||
<group
|
||||
android:name="ic_signal_airplane"
|
||||
android:translateX="21.9995"
|
||||
|
||||
Reference in New Issue
Block a user