Delete unused drawable to avoid conflict on develop
This commit is contained in:
parent
4a8a6d170b
commit
5eb0097fb2
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<size android:width="40dp" android:height="40dp"/>
|
||||
|
||||
<solid android:color="?vctr_system" />
|
||||
|
||||
<corners android:radius="16dp" />
|
||||
|
||||
</shape>
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<size android:width="40dp" android:height="40dp"/>
|
||||
|
||||
<stroke android:width="1dp" android:color="?vctr_system" />
|
||||
|
||||
<corners android:radius="8dp" />
|
||||
|
||||
</shape>
|
Loading…
Reference in New Issue