2018-07-27 13:07:33 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-02-26 16:49:24 +00:00
|
|
|
android:shape="rectangle">
|
2018-07-27 13:07:33 +00:00
|
|
|
<gradient
|
|
|
|
android:angle="90"
|
|
|
|
android:centerColor="@color/twenty_percent_black_overlay"
|
|
|
|
android:endColor="@android:color/transparent"
|
2020-02-26 16:49:24 +00:00
|
|
|
android:startColor="#80000000" />
|
2018-07-27 13:07:33 +00:00
|
|
|
</shape>
|