feat: color translation is done on all xmls

This commit is contained in:
LucasGGamerM
2023-08-20 17:47:21 -03:00
parent 3b3d98d549
commit be56a6dd64
14 changed files with 63 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?colorBackgroundLightest"/>
<solid android:color="?colorM3OnBackground"/>
<corners android:radius="10dp"/>
</shape>