mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-12 17:08:27 +01:00
35 lines
1012 B
XML
35 lines
1012 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<item>
|
||
|
<shape android:shape="rectangle" >
|
||
|
<solid android:color="#20EAEAEA" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
<item android:top="1dp">
|
||
|
<shape android:shape="rectangle" >
|
||
|
<solid android:color="#20E5E5E5" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
<item android:top="2dp">
|
||
|
<shape android:shape="rectangle" >
|
||
|
<solid android:color="#20DDDDDD" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
<item android:top="3dp">
|
||
|
<shape android:shape="rectangle" >
|
||
|
<solid android:color="#10BABABA" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
<item android:top="4dp">
|
||
|
<shape android:shape="rectangle" >
|
||
|
<solid android:color="#D2D2D2" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
<item android:top="5dp">
|
||
|
<shape android:shape="rectangle" >
|
||
|
<solid android:color="@color/overlay_light" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
|
||
|
</layer-list>
|