21 lines
No EOL
546 B
XML
21 lines
No EOL
546 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">
|
|
<gradient
|
|
android:angle="0"
|
|
android:centerColor="#00ffffff"
|
|
android:centerX="0.2"
|
|
android:startColor="@color/card_bg_light" />
|
|
</shape>
|
|
</item>
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<gradient
|
|
android:angle="180"
|
|
android:centerColor="#00ffffff"
|
|
android:centerX="0.2"
|
|
android:startColor="@color/card_bg_light" />
|
|
</shape>
|
|
</item>
|
|
</layer-list> |