Skip to content

Instantly share code, notes, and snippets.

@indexer
Created February 20, 2014 14:32
Show Gist options
  • Save indexer/9114926 to your computer and use it in GitHub Desktop.
Save indexer/9114926 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:state_activated="true" android:color="#876543" />
<item android:state_selected="true" android:color="#123456" />
<item android:color="#FFFFFF" />
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment