Skip to content

Instantly share code, notes, and snippets.

@danielgomezrico
Created September 14, 2015 03:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save danielgomezrico/df0f745c70a3bd354426 to your computer and use it in GitHub Desktop.
Save danielgomezrico/df0f745c70a3bd354426 to your computer and use it in GitHub Desktop.
Android - Checkbox as star/favorite view.
<CheckBox
android:id="@+id/item_card_check_favorite"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:padding="@dimen/activity_margin"
style="?android:attr/starStyle"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment