2018-11-16 18:16:37 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item>
|
|
|
|
<shape>
|
|
|
|
<gradient
|
|
|
|
android:angle="0"
|
2019-03-26 11:31:41 +01:00
|
|
|
android:startColor="#05222526"
|
|
|
|
android:centerColor="@color/card_and_list_background_dark"
|
|
|
|
android:endColor="@color/card_and_list_background_dark"
|
2018-11-16 18:16:37 +01:00
|
|
|
android:centerX="0.2"
|
|
|
|
android:type="linear" />
|
2018-11-22 10:22:35 +01:00
|
|
|
<corners android:radius="4dp" />
|
2018-11-16 18:16:37 +01:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</selector>
|