aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/count_bcg.xml
blob: 74cb5945b49e38b0380e075227d9020ce0a98f30 (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="#AAFFFFFF" />

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

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

</shape>