[rm] 关闭点击状态按钮
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/module_common_icon_close_press" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/module_common_icon_close" android:state_pressed="false" />
|
||||
<item android:drawable="@drawable/module_common_icon_close" />
|
||||
</selector>
|
||||
Reference in New Issue
Block a user