use color attributes instead of fixed colors

This commit is contained in:
sk
2022-12-22 00:57:12 +01:00
parent d69221d85b
commit 750579b1c2
14 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:tint="@color/gray_800">
<shape android:tint="?colorGray800">
<solid android:color="#CC000000"/>
</shape>
</item>