Skip to content

Instantly share code, notes, and snippets.

@thedoapps
Created January 13, 2015 22:11
Show Gist options
  • Save thedoapps/8831fe9f7c25fb12e50a to your computer and use it in GitHub Desktop.
Save thedoapps/8831fe9f7c25fb12e50a to your computer and use it in GitHub Desktop.
Vista usando selector para customizar tu boton android
<Button
android:id="@+id/btn_ok"
android:layout_width="match_parent"
android:layout_height="45dp"
android:padding="10dp"
android:background="@drawable/selector_btn_red"
android:textColor="@color/white"
android:text="@string/ok"/>
@thedoapps
Copy link
Author

No olvides crear antes tu selector, así como el ejemplo: https://gist.github.com/doappsme/551dac01900ad0f76343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment