[add] 资源同步,删除重复资源:事件面板和目的地好友列表使用同一资源文件

This commit is contained in:
liujing
2020-11-30 10:33:54 +08:00
parent 5773086c96
commit c6bdcc0eee
14 changed files with 14 additions and 20 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -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/selector_call_btn_pressed" android:state_pressed="true" />
<item android:drawable="@drawable/selector_call_btn_normal" android:state_pressed="false" />
<item android:drawable="@drawable/selector_call_btn_normal" />
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB