aboutsummaryrefslogtreecommitdiffstats
path: root/MetisForwarderAndroid/app/src/main/res/drawable/border.xml
diff options
context:
space:
mode:
Diffstat (limited to 'MetisForwarderAndroid/app/src/main/res/drawable/border.xml')
-rw-r--r--MetisForwarderAndroid/app/src/main/res/drawable/border.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/MetisForwarderAndroid/app/src/main/res/drawable/border.xml b/MetisForwarderAndroid/app/src/main/res/drawable/border.xml
new file mode 100644
index 00000000..c1f839b3
--- /dev/null
+++ b/MetisForwarderAndroid/app/src/main/res/drawable/border.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <stroke
+ android:width="1dp"
+ android:color="#000000" />
+ <solid
+ android:color="#00FFFFFF"
+ android:paddingLeft="10dp"
+ android:paddingTop="10dp"/>
+
+ <padding
+ android:left="10dp"
+ android:top="10dp"
+ android:right="10dp"
+ android:bottom="10dp" />
+ <corners
+ android:bottomRightRadius="15dp"
+ android:bottomLeftRadius="15dp"
+ android:topLeftRadius="15dp"
+ android:topRightRadius="15dp"/>
+</shape> \ No newline at end of file