Edited the color of the new instance search box

This commit is contained in:
LucasGGamerM
2022-12-07 14:06:28 -03:00
parent e15dd6024f
commit 41e19185e8
2 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/gray_800"/>
<solid android:color="?colorWindowBackground"/>
<corners android:radius="10dp"/>
<padding android:top="16dp" android:left="16dp" android:right="16dp" android:bottom="16dp"/>
</shape>