summaryrefslogtreecommitdiff
path: root/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2017-11-02 10:41:17 +0100
committerlado <herrlado@gmail.com>2017-11-02 10:41:17 +0100
commite044aed11d8982398fa556eacde9af1003af1c5a (patch)
tree3a09298670b27b551c072782f410b43bf966b2c0 /vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml
parent049975cbda6327aae542bac5dd1acd6fe97d18a4 (diff)
downloadvdr-manager-e044aed11d8982398fa556eacde9af1003af1c5a.tar.gz
vdr-manager-e044aed11d8982398fa556eacde9af1003af1c5a.tar.bz2
refactor vdrmanager -> de.bjusystems.vdrmanager
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>