changed card boarder a bit
This commit is contained in:
parent
d61e4cce10
commit
e11d316f13
|
@ -1,6 +1,19 @@
|
||||||
<?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="@color/primarybackground"/>
|
|
||||||
<corners android:radius="6dip"/>
|
<solid android:color="@color/primarybackground" />
|
||||||
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
|
||||||
|
<corners android:radius="2dp" />
|
||||||
|
|
||||||
|
<stroke
|
||||||
|
android:width="0.5dp"
|
||||||
|
android:color="@color/divider" >
|
||||||
|
</stroke>
|
||||||
|
|
||||||
|
<padding
|
||||||
|
android:bottom="0dp"
|
||||||
|
android:left="0dp"
|
||||||
|
android:right="0dp"
|
||||||
|
android:top="0dp" />
|
||||||
|
|
||||||
</shape>
|
</shape>
|
Loading…
Reference in New Issue