2022-07-18 15:31:45 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
2022-08-31 13:51:30 +08:00
|
|
|
<item android:width="102dp" android:height="34dp">
|
|
|
|
<shape android:shape="rectangle">
|
|
|
|
<gradient android:type="linear" android:useLevel="true" android:startColor="#ffa98cfd" android:endColor="#ff9d7afd" android:angle="90" />
|
|
|
|
<corners android:radius="21dp" />
|
2022-07-18 15:31:45 +08:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</selector>
|