Skip to content

Instantly share code, notes, and snippets.

@romitgithub
Created October 11, 2017 08:36
Show Gist options
  • Select an option

  • Save romitgithub/255359debb99054f8a9710fe0ac9aab0 to your computer and use it in GitHub Desktop.

Select an option

Save romitgithub/255359debb99054f8a9710fe0ac9aab0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/star_unselected"
android:state_checked="false"/>
<item android:drawable="@drawable/star_selected"
android:state_checked="true"/>
<item android:drawable="@drawable/star_unselected"/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment