im_background_2dp_gray.xml 199 Bytes
Newer Older
1 2
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
3
    <solid android:color="#40ffffff" />
4 5 6
    <corners
        android:radius="2dp"/>
</shape>