Skip to content

Instantly share code, notes, and snippets.

@ataulm
Last active April 25, 2018 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ataulm/632951294d6e353b010e6f315e1dd5fb to your computer and use it in GitHub Desktop.
Save ataulm/632951294d6e353b010e6f315e1dd5fb to your computer and use it in GitHub Desktop.
<Button
android:id="@+id/likeButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Like" />
<ImageView
android:id="@+id/likeBadge"
android:src="@drawable/ic_heart_filled"
android:layout_width="24dp"
android:layout_height="24dp"
android:contentDescription="Liked" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment