diff options
Diffstat (limited to 'vdrmanager/res/drawable/line_gradient.xml')
-rw-r--r-- | vdrmanager/res/drawable/line_gradient.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vdrmanager/res/drawable/line_gradient.xml b/vdrmanager/res/drawable/line_gradient.xml deleted file mode 100644 index f04ecbc..0000000 --- a/vdrmanager/res/drawable/line_gradient.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle" > - - <gradient - android:angle="0" - android:centerColor="@color/white" - android:endColor="@color/black" - android:startColor="@color/black" - android:type="linear" - android:useLevel="false" /> - -</shape>
\ No newline at end of file |