diff options
author | lado <herrlado@gmail.com> | 2017-11-02 10:41:17 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2017-11-02 10:41:17 +0100 |
commit | e044aed11d8982398fa556eacde9af1003af1c5a (patch) | |
tree | 3a09298670b27b551c072782f410b43bf966b2c0 /vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml | |
parent | 049975cbda6327aae542bac5dd1acd6fe97d18a4 (diff) | |
download | vdr-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.xml | 9 |
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> |