Started to fix the sliding panel playing queue. WIP
This commit is contained in:
parent
83fb5982ea
commit
188ead81dc
8 changed files with 50 additions and 16 deletions
7
app/src/main/res/drawable-hdpi/above_shadow.xml
Normal file
7
app/src/main/res/drawable-hdpi/above_shadow.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:startColor="#20000000"
|
||||
android:endColor="@android:color/transparent"
|
||||
android:angle="90"></gradient>
|
||||
</shape>
|
||||
7
app/src/main/res/drawable-hdpi/below_shadow.xml
Normal file
7
app/src/main/res/drawable-hdpi/below_shadow.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:startColor="#20000000"
|
||||
android:endColor="@android:color/transparent"
|
||||
android:angle="270"></gradient>
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue