Skip to content

Instantly share code, notes, and snippets.

@hvisser
Last active December 14, 2015 10:59
Show Gist options
  • Save hvisser/fe4454a10ae4fe4901c9 to your computer and use it in GitHub Desktop.
Save hvisser/fe4454a10ae4fe4901c9 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"
xmlns:app="http://schemas.android.com/apk/res/com.example.app">
<item app:state_error="true" color="@color/color_error"/>
<item android:state_pressed="true" color="@color/color_pressed"/>
<item android:color="@color/default_color"/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment