summaryrefslogtreecommitdiff
path: root/vdrmanager/app/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/app/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/app/src/main/res/drawable/roundedbutton.xml')
-rw-r--r--vdrmanager/app/src/main/res/drawable/roundedbutton.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/vdrmanager/app/src/main/res/drawable/roundedbutton.xml b/vdrmanager/app/src/main/res/drawable/roundedbutton.xml
deleted file mode 100644
index 26ac40f..0000000
--- a/vdrmanager/app/src/main/res/drawable/roundedbutton.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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>