Skip to content

Instantly share code, notes, and snippets.

@tbruyelle
Forked from johnkil/list_selector.xml
Created June 19, 2014 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbruyelle/5870e627abcc53738393 to your computer and use it in GitHub Desktop.
Save tbruyelle/5870e627abcc53738393 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_pressed="true">
<shape>
<solid android:color="#1A000000"/>
</shape>
</item>
<item android:state_focused="true">
<shape>
<solid android:color="#77000000"/>
</shape>
</item>
<item android:drawable="@android:color/transparent"/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment