Skip to content

Instantly share code, notes, and snippets.

@shihabmi7
Last active September 24, 2018 13:18
Show Gist options
  • Select an option

  • Save shihabmi7/3d430be60ea186629e96ef189f3f72d5 to your computer and use it in GitHub Desktop.

Select an option

Save shihabmi7/3d430be60ea186629e96ef189f3f72d5 to your computer and use it in GitHub Desktop.
FAB Use
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab_fav"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end|bottom"
android:tint="@color/app_white"
android:layout_margin="16dp"
android:src="@drawable/baseline_favorite_white_dp"
app:backgroundTint="@color/colorPrimaryDark" />
@shihabmi7

Copy link
Copy Markdown
Author

android:tint="@color/white" to color tint icon color.

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