Skip to content

Instantly share code, notes, and snippets.

@dzwillpower
Created March 4, 2014 01:30
Show Gist options
  • Save dzwillpower/9338498 to your computer and use it in GitHub Desktop.
Save dzwillpower/9338498 to your computer and use it in GitHub Desktop.
各种selector的写法
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/detail_favorites_focus" android:state_focused="true"/>
<item android:drawable="@drawable/detail_favorites_unfocus" android:state_focused="false"/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment