t_avchat_voice_mute.xml 297 B

123456
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <selector xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:drawable="@drawable/t_avchat_voice_mute_pressed" android:state_pressed="true"></item>
  4. <item android:drawable="@drawable/t_avchat_voice_mute"></item>
  5. </selector>