common_edit_bg.xml 400 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <solid android:color="#EFEFEF" />

    <corners
        android:bottomLeftRadius="2dip"
        android:bottomRightRadius="2dip"
        android:topLeftRadius="2dip"
        android:topRightRadius="2dip" />

    <stroke
        android:width="5px"
        android:color="@color/white" />

</shape>