New shadow + more infos songs and artists
This commit is contained in:
parent
eaa534c276
commit
b293123603
32 changed files with 272 additions and 179 deletions
7
app/src/main/res/drawable/image_background.xml
Normal file
7
app/src/main/res/drawable/image_background.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF" />
|
||||
<stroke android:width="5px" android:color="#222222" />
|
||||
<padding android:left="5px" android:top="5px" android:right="5px"
|
||||
android:bottom="5px" />
|
||||
</shape>
|
||||
25
app/src/main/res/drawable/list_divider.xml
Normal file
25
app/src/main/res/drawable/list_divider.xml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:bottom="3px">
|
||||
<shape android:shape="line">
|
||||
<stroke
|
||||
android:color="#161616"
|
||||
android:width="3px"
|
||||
/>
|
||||
<size
|
||||
android:height="6px"
|
||||
/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:top="3px">
|
||||
<shape android:shape="line">
|
||||
<stroke
|
||||
android:color="#444444"
|
||||
android:width="3px"
|
||||
/>
|
||||
<size
|
||||
android:height="6px"
|
||||
/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
8
app/src/main/res/drawable/shadow_up.xml
Normal file
8
app/src/main/res/drawable/shadow_up.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?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="@android:color/transparent"
|
||||
android:startColor="#34000000"/>
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue