Skip to content

Instantly share code, notes, and snippets.

@TakWolf
Created March 25, 2015 06:37
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 TakWolf/e5c254b73bea861b336d to your computer and use it in GitHub Desktop.
Save TakWolf/e5c254b73bea861b336d to your computer and use it in GitHub Desktop.
android-ripple.xml
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="#908967">
<item>
<selector>
<item android:state_enabled="false" android:drawable="@drawable/button_pressed" />
<item android:state_focused="true" android:drawable="@drawable/button_pressed" />
<item android:drawable="@drawable/button_normal" />
</selector>
</item>
</ripple>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment