Skip to content

Instantly share code, notes, and snippets.

@smyykb
Created October 3, 2017 08:05
Show Gist options
  • Save smyykb/7edd9a201731be69508d80547cc89f9a to your computer and use it in GitHub Desktop.
Save smyykb/7edd9a201731be69508d80547cc89f9a to your computer and use it in GitHub Desktop.
Selector
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/white" android:state_checked="true" />
<item android:color="@color/white" android:state_pressed="true" />
<item android:color="@color/white" android:state_activated="true" />
<item android:color="@color/black" />
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment