summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-05-20 17:06:22 +0200
committerByteHamster <info@bytehamster.com>2020-05-20 17:06:22 +0200
commit1b05c12670edbd2f6deba99875690b87e4a30e53 (patch)
tree3b96e4e5cc54aaa030d79eeedadf67bda56b4449 /core/src
parent44f35cb1f19443634cc921a1addc6f500a9a3850 (diff)
downloadAntennaPod-1b05c12670edbd2f6deba99875690b87e4a30e53.zip
Do not resize seekbar to make it easier to grab
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/drawable/bg_gradient.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/bg_gradient.xml b/core/src/main/res/drawable/bg_gradient.xml
new file mode 100644
index 000000000..5022240b3
--- /dev/null
+++ b/core/src/main/res/drawable/bg_gradient.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" >
+ <gradient
+ android:angle="90"
+ android:endColor="#00ffffff"
+ android:startColor="#ffffffff"
+ android:type="linear" />
+ <corners
+ android:radius="0dp"/>
+</shape> \ No newline at end of file