Make Sensors tile icon support dark theme.
Tint the icon based on the current theme. Fixes: 135171803 Test: visual Change-Id: I0885d165fd98b07cf61dec48c281c38a47d91e50
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
android:viewportHeight="24.0"
|
||||
android:tint="?android:attr/colorControlNormal">
|
||||
<path
|
||||
android:pathData="M21.966,2 L2,22"
|
||||
android:strokeLineCap="round"
|
||||
|
Reference in New Issue
Block a user