This commit is contained in:
tongchenfei
2020-07-10 18:00:18 +08:00
parent f79335eba3
commit c929677fe8
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<item android:state_pressed="true" >
<shape>
<corners android:radius="@dimen/module_ext_common_corner" />
<gradient android:angle="135" android:endColor="#2B2C38" android:startColor="#3A3B4D" />
<gradient android:angle="135" android:endColor="#1C1E28" android:startColor="#242737" />
</shape>
</item>
<item>

View File

@@ -2,7 +2,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<shape android:shape="rectangle">
<gradient android:angle="135" android:endColor="#ff123463" android:startColor="#ff124C9A" android:type="linear" />
<gradient android:angle="135" android:endColor="#ff113361" android:startColor="#ff124B98" android:type="linear" />
<corners android:radius="@dimen/module_ext_common_corner" />
</shape>
</item>