Fix size & space
parent
ff124b8edc
commit
55dd62240a
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<stroke android:color="?colorDividerBackground" android:width="1px"/>
|
||||
<stroke android:color="?colorDividerBackground" android:width="1dp"/>
|
||||
<corners android:radius="16dp"/>
|
||||
<solid android:color="?colorPrimary"/>
|
||||
</shape>
|
Loading…
Reference in New Issue