出行动态UI

This commit is contained in:
liujing
2020-11-30 17:45:18 +08:00
parent 3d755a3012
commit 04820f0c2f
2 changed files with 2 additions and 2 deletions

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="#59000000" android:startColor="#59000000" android:type="linear" />
<gradient android:angle="135" android:endColor="#CC000000" android:startColor="#CC000000" android:type="linear" />
<corners android:radius="@dimen/module_ext_common_corner" />
</shape>
</item>