sdm660-common: DeviceSettings: fix icon color in dark/light mode
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
6db25b0325
commit
c68392aaf2
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,10 @@
|
||||||
android:width="24dp"
|
android:width="24dp"
|
||||||
android:height="24dp"
|
android:height="24dp"
|
||||||
android:viewportWidth="24"
|
android:viewportWidth="24"
|
||||||
android:viewportHeight="24">
|
android:viewportHeight="24"
|
||||||
|
android:tint="?android:attr/colorControlNormal">
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFFFFF"
|
android:fillColor="#000000"
|
||||||
android:pathData="M4,6.771l2.529,0.028l6.297,0c1.6,0 2.683,1.428 2.684,2.922c0.002,2.386
|
android:pathData="M4,6.771l2.529,0.028l6.297,0c1.6,0 2.683,1.428 2.684,2.922c0.002,2.386
|
||||||
0.028,7.48 0.028,7.48l-2.454,0.01l-0.046,-6.7c-0.006,-0.935 -0.634,-1.542
|
0.028,7.48 0.028,7.48l-2.454,0.01l-0.046,-6.7c-0.006,-0.935 -0.634,-1.542
|
||||||
-1.548,-1.555c-1.177,-0.017 -4.163,0.019
|
-1.548,-1.555c-1.177,-0.017 -4.163,0.019
|
||||||
|
|
Loading…
Reference in a new issue