sm8150-common: DeviceSettings: Make icon color adaptive

Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
This commit is contained in:
Murtaza@Piplod 2020-10-28 10:07:08 +05:30 committed by Omkar Chandorkar
parent 4beb4f6f85
commit 7e0b864a1f
No known key found for this signature in database
GPG Key ID: 95A33FD984777F70
1 changed files with 1 additions and 1 deletions

View File

@ -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>