summaryrefslogtreecommitdiff
path: root/res/drawable/badge.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/badge.xml')
-rw-r--r--res/drawable/badge.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/drawable/badge.xml b/res/drawable/badge.xml
new file mode 100644
index 000000000..f98384cb9
--- /dev/null
+++ b/res/drawable/badge.xml
@@ -0,0 +1,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> \ No newline at end of file