blob: 9ded30c2c14a1e508e11194e071649ab63aa4591 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="2dp"
android:color="#333333"/>
<corners
android:radius="7dp"/>
<padding
android:left="5dp"
android:top="5dp"
android:right="5dp"
android:bottom="5dp"/>
</shape>