summaryrefslogtreecommitdiff
path: root/res/drawable/badge.xml
blob: f98384cb9522d0a9f56d38eff356cf4057f62e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <solid android:color="@color/bright_blue" />

    <padding
        android:bottom="5dip"
        android:left="5dip"
        android:right="5dip"
        android:top="5dip" />

</shape>