aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/helper_bcg.xml
blob: dc4c5437e4f2f8e1ce77938410c94aa6ddac5e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <stroke
        android:width="2px"
        android:color="#99FFFFFF" />

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

    <corners
        android:bottomLeftRadius="3dp"
        android:bottomRightRadius="3dp"
        android:topLeftRadius="3dp"
        android:topRightRadius="3dp" />

</shape>