mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-23 07:39:18 +00:00
Initial Commit
This commit is contained in:
5
src/main/res/drawable/background_border.xml
Normal file
5
src/main/res/drawable/background_border.xml
Normal file
@ -0,0 +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"/>
|
||||
<corners android:radius="10dp"/>
|
||||
</shape>
|
Reference in New Issue
Block a user