mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: parts: res: Add missing attr
* Fix on darkmode
This commit is contained in:
parent
f35f7010ff
commit
b3ffeda816
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
android:viewportHeight="24"
|
||||
android:tint="?android:attr/colorControlNormal">
|
||||
|
||||
<path
|
||||
android:pathData="M0 0h24v24H0V0z" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue