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="#30000000"
|
|
|
|
android:endColor="#88000000"
|
2020-02-26 16:49:24 +00:00
|
|
|
android:startColor="#00000000" />
|
2018-07-27 13:07:33 +00:00
|
|
|
</shape>
|