use color attributes instead of fixed colors

This commit is contained in:
sk
2022-12-21 20:57:12 -03:00
committed by LucasGGamerM
parent dcfa812c83
commit c3e398b3c2
14 changed files with 25 additions and 18 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>