Changed background_border Drawable color to "colorOnBackground"

This commit is contained in:
Mohit 2021-06-08 21:24:34 +05:30
parent a3dd40768f
commit b2b988edd1

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="?android:attr/colorPrimary"/>
<solid android:color="?attr/colorOnBackground" />
<corners android:radius="10dp"/>
</shape>