mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-25 05:09:52 +00:00
Changed background_border Drawable color to "colorOnBackground"
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<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"/>
|
<corners android:radius="10dp"/>
|
||||||
</shape>
|
</shape>
|
Reference in New Issue
Block a user