aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/helper_bcg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/drawable/helper_bcg.xml')
-rw-r--r--main/res/drawable/helper_bcg.xml25
1 files changed, 14 insertions, 11 deletions
diff --git a/main/res/drawable/helper_bcg.xml b/main/res/drawable/helper_bcg.xml
index b30f9be..dc4c543 100644
--- a/main/res/drawable/helper_bcg.xml
+++ b/main/res/drawable/helper_bcg.xml
@@ -1,14 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <stroke
- android:color="#99FFFFFF"
- android:width="2px" />
- <solid
- android:color="#FF191919" />
- <corners
- android:bottomRightRadius="3dp"
- android:bottomLeftRadius="3dp"
- android:topLeftRadius="3dp"
- android:topRightRadius="3dp" />
+ android:shape="rectangle" >
+
+ <stroke
+ android:width="2px"
+ android:color="#99FFFFFF" />
+
+ <solid android:color="#FF191919" />
+
+ <corners
+ android:bottomLeftRadius="3dp"
+ android:bottomRightRadius="3dp"
+ android:topLeftRadius="3dp"
+ android:topRightRadius="3dp" />
+
</shape> \ No newline at end of file