diff options
Diffstat (limited to 'main/res/drawable/helper_bcg.xml')
| -rw-r--r-- | main/res/drawable/helper_bcg.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/res/drawable/helper_bcg.xml b/main/res/drawable/helper_bcg.xml new file mode 100644 index 0000000..b30f9be --- /dev/null +++ b/main/res/drawable/helper_bcg.xml @@ -0,0 +1,14 @@ +<?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" /> +</shape>
\ No newline at end of file |
