summaryrefslogtreecommitdiff
path: root/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml')
-rw-r--r--vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml
new file mode 100644
index 0000000..26ac40f
--- /dev/null
+++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+android:shape="rectangle">
+
+ <corners android:bottomRightRadius="18dip"
+ android:bottomLeftRadius="18dip"
+ android:topRightRadius="18dip"
+ android:topLeftRadius="18dip"/>
+</shape>