Skip to content

Instantly share code, notes, and snippets.

@fernandolopes
Created October 19, 2018 20:33
Show Gist options
  • Select an option

  • Save fernandolopes/f1de5889c175126977d087357130ec88 to your computer and use it in GitHub Desktop.

Select an option

Save fernandolopes/f1de5889c175126977d087357130ec88 to your computer and use it in GitHub Desktop.
background do botão
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/colorPrimaryDark" android:state_pressed="true"/>
<item android:drawable="@color/colorPrimaryDark" android:state_focused="true"/>
<item android:drawable="@color/colorAccent"/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment