修复测试反馈问题

This commit is contained in:
zlzw 2023-10-27 18:05:06 +08:00
parent 76afa04643
commit e00df4d8e5

View File

@ -2,7 +2,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:width="90dp" android:height="42dp">
<shape android:shape="rectangle">
<gradient android:type="linear" android:useLevel="true" android:startColor="#ff7bd5f9" android:endColor="#ff5eb9fc" android:angle="172" />
<gradient android:type="linear" android:useLevel="true" android:startColor="#ff7bd5f9" android:endColor="#ff5eb9fc" android:angle="135" />
<corners android:topLeftRadius="24dp" android:topRightRadius="24dp" android:bottomLeftRadius="24dp" android:bottomRightRadius="24dp" />
</shape>
</item>