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,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="27dp"/>
<stroke android:width="2dp" android:color="@color/gray_25"/>
<stroke android:width="2dp" android:color="?colorGray25"/>
</shape>