2020-06-20 05:32:44 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle" >
|
|
|
|
|
|
|
|
<gradient
|
|
|
|
android:angle="90"
|
2020-12-28 06:58:03 +08:00
|
|
|
android:startColor="#ffffffff"
|
2020-06-20 05:32:44 +08:00
|
|
|
android:endColor="#00ffffff"/>
|
|
|
|
|
|
|
|
<corners android:radius="0dp" />
|
|
|
|
</shape>
|