summaryrefslogtreecommitdiff
path: root/vdrmanager/app/build/intermediates/res/release/drawable/roundedbutton.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/app/build/intermediates/res/release/drawable/roundedbutton.xml')
-rw-r--r--vdrmanager/app/build/intermediates/res/release/drawable/roundedbutton.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/roundedbutton.xml b/vdrmanager/app/build/intermediates/res/release/drawable/roundedbutton.xml
new file mode 100644
index 0000000..b50e3cc
--- /dev/null
+++ b/vdrmanager/app/build/intermediates/res/release/drawable/roundedbutton.xml
@@ -0,0 +1,10 @@
+<?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>
+<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/drawable/roundedbutton.xml --> \ No newline at end of file