Buran/app/src/main/res/drawable/block_background.xml

6 lines
227 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="1.0dip" android:color="#ffcccccc" />
<corners android:radius="12.0dip" />
</shape>