diff options
Diffstat (limited to 'vdrmanager/res/drawable/line_gradient.xml')
-rw-r--r-- | vdrmanager/res/drawable/line_gradient.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vdrmanager/res/drawable/line_gradient.xml b/vdrmanager/res/drawable/line_gradient.xml new file mode 100644 index 0000000..f04ecbc --- /dev/null +++ b/vdrmanager/res/drawable/line_gradient.xml @@ -0,0 +1,13 @@ +<?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 |