AndroidAPS/app/src/main/res/drawable/pillborder.xml
2016-11-10 23:20:23 +01:00

6 lines
235 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<stroke android:width="1dip" android:color="@android:color/white"/>
<corners
android:radius="2dp" >
</corners>
</shape>