diff options
Diffstat (limited to 'vdrmanager/app/src/main/res/drawable/roundedbutton.xml')
-rw-r--r-- | vdrmanager/app/src/main/res/drawable/roundedbutton.xml | 9 |
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> |