[add] 接收他人求助弹框-缺导航到按钮

This commit is contained in:
liujing
2020-12-09 16:39:14 +08:00
parent 24dab9f31e
commit bdd1a2c2bf
5 changed files with 12 additions and 6 deletions

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