aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/icon_bcg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/drawable/icon_bcg.xml')
-rw-r--r--main/res/drawable/icon_bcg.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/res/drawable/icon_bcg.xml b/main/res/drawable/icon_bcg.xml
new file mode 100644
index 0000000..864d99a
--- /dev/null
+++ b/main/res/drawable/icon_bcg.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <solid
+ android:color="#80000000" />
+ <corners
+ android:bottomRightRadius="8dp"
+ android:bottomLeftRadius="8dp"
+ android:topLeftRadius="8dp"
+ android:topRightRadius="8dp" />
+</shape> \ No newline at end of file