Skip to content

Instantly share code, notes, and snippets.

@cleidimarviana
Last active March 6, 2017 05:26
Show Gist options
  • Save cleidimarviana/28cdb7220fffe72324749a80493c33d1 to your computer and use it in GitHub Desktop.
Save cleidimarviana/28cdb7220fffe72324749a80493c33d1 to your computer and use it in GitHub Desktop.
<android.support.design.widget.FloatingActionButton
android:id="@+id/fabButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end|bottom"
android:layout_margin="@dimen/fab_margin"
android:src="@drawable/ic_favorite_outline_white_24dp"
app:borderWidth="0dp"
app:layout_behavior="pl.michalz.hideonscrollexample.ScrollingFABBehavior" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment