aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/infocard_border.xml
blob: 9a4970c85965b4feb972dc6fc8d6b7b89cf36587 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/primarybackground"/>
    <corners android:radius="6dip"/>
    <padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
</shape>