avchat_bottom_logout_selector.xml 349 B

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