Editing some drawable files to make them also follow the theme

This commit is contained in:
LucasGGamerM 2022-12-05 09:41:56 -03:00
parent c8e38b134c
commit 004c414fba
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="@color/highlight_over_dark"> <ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="@color/highlight_over_dark">
<item> <item>
<shape android:shape="oval"> <shape android:shape="oval">
<solid android:color="@color/gray_600"/> <solid android:color="?colorSearchHint"/>
</shape> </shape>
</item> </item>
</ripple> </ripple>

View File

@ -2,7 +2,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item> <item>
<shape android:shape="oval"> <shape android:shape="oval">
<stroke android:color="@color/gray_50" android:width="4dp"/> <stroke android:color="?colorSecondary" android:width="4dp"/>
<solid android:color="#80000000"/> <solid android:color="#80000000"/>
<size android:width="52dp" android:height="52dp"/> <size android:width="52dp" android:height="52dp"/>
</shape> </shape>