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.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/main/res/drawable/icon_bcg.xml b/main/res/drawable/icon_bcg.xml
index 864d99a..3560650 100644
--- a/main/res/drawable/icon_bcg.xml
+++ b/main/res/drawable/icon_bcg.xml
@@ -1,11 +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="#80000000" />
- <corners
- android:bottomRightRadius="8dp"
- android:bottomLeftRadius="8dp"
- android:topLeftRadius="8dp"
- android:topRightRadius="8dp" />
+ android:shape="rectangle" >
+
+ <solid android:color="#80000000" />
+
+ <corners
+ android:bottomLeftRadius="8dp"
+ android:bottomRightRadius="8dp"
+ android:topLeftRadius="8dp"
+ android:topRightRadius="8dp" />
+
</shape> \ No newline at end of file