Skip to content

Instantly share code, notes, and snippets.

@johnybot
Created March 9, 2015 21:34
Show Gist options
  • Save johnybot/aa0f43994f240c566e48 to your computer and use it in GitHub Desktop.
Save johnybot/aa0f43994f240c566e48 to your computer and use it in GitHub Desktop.
Simple Button
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/button_pressed"/>
<item android:drawable="@drawable/button_normal"/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment