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:
Yi-Ling Chuang
2019-07-09 10:33:40 +08:00
parent c9197ed237
commit 397abecae8

View File

@@ -18,7 +18,8 @@
android:width="24dp" android:width="24dp"
android:height="24dp" android:height="24dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"
android:viewportHeight="24.0"> android:viewportHeight="24.0"
android:tint="?android:attr/colorControlNormal">
<path <path
android:pathData="M21.966,2 L2,22" android:pathData="M21.966,2 L2,22"
android:strokeLineCap="round" android:strokeLineCap="round"