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"/>