summaryrefslogtreecommitdiff
path: root/vdrmanager/app/src/main/res/drawable/red_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/app/src/main/res/drawable/red_button.xml')
-rw-r--r--vdrmanager/app/src/main/res/drawable/red_button.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/vdrmanager/app/src/main/res/drawable/red_button.xml b/vdrmanager/app/src/main/res/drawable/red_button.xml
deleted file mode 100644
index b034119..0000000
--- a/vdrmanager/app/src/main/res/drawable/red_button.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
- <corners
- android:radius="14dp"
- />
- <gradient
- android:angle="45"
- android:centerX="35%"
- android:centerColor="#FF0000"
- android:startColor="#FF0000"
- android:endColor="#FF0000"
- android:type="linear"
- />
- <padding
- android:left="0dp"
- android:top="0dp"
- android:right="0dp"
- android:bottom="0dp"
- />
- <size
- android:width="158dp"
- android:height="60dp"
- />
- <stroke
- android:width="3dp"
- android:color="#FF0000"
- />
-</shape>