Skip to content

Instantly share code, notes, and snippets.

@mzgreen
Created June 23, 2015 12:21
Show Gist options
  • Select an option

  • Save mzgreen/2002e3dd979e22f47cf1 to your computer and use it in GitHub Desktop.

Select an option

Save mzgreen/2002e3dd979e22f47cf1 to your computer and use it in GitHub Desktop.

Revisions

  1. mzgreen created this gist Jun 23, 2015.
    9 changes: 9 additions & 0 deletions activity_part_three.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    <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" />