sm8150-common: DeviceSettings: Make icon color adaptive
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
This commit is contained in:
parent
4beb4f6f85
commit
7e0b864a1f
|
@ -21,7 +21,7 @@
|
|||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:fillColor="?android:attr/colorPrimary"
|
||||
android:pathData="M17,1L7,1C5.9,1,5,1.9,5,3v2h2v4H5v12c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V3C19,1.9,18.1,1,17,1z
|
||||
M11,21H7v-2h4V21z M17,21 h-4v-2h4V21z" />
|
||||
</vector>
|
||||
|
|
Loading…
Reference in New Issue