[add] 事件弹框点赞/踩 点击替换图片
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/module_common_icon_like_vr" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/module_common_icon_like_selected_vr" android:state_selected="true" />
|
||||
<item android:drawable="@drawable/module_common_icon_like_vr" android:state_pressed="false" />
|
||||
<item android:drawable="@drawable/module_common_icon_like_vr" />
|
||||
</selector>
|
||||
@@ -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_unlike_vr" android:state_pressed="false" />
|
||||
<item android:drawable="@drawable/module_common_icon_unlike_vr" />
|
||||
|
||||
</selector>
|
||||
Reference in New Issue
Block a user