Skip to content

Instantly share code, notes, and snippets.

@arifix
Created November 25, 2017 21:38
Show Gist options
  • Save arifix/d25d1ac2727f815bac3ae858e3ae7a6e to your computer and use it in GitHub Desktop.
Save arifix/d25d1ac2727f815bac3ae858e3ae7a6e to your computer and use it in GitHub Desktop.
Movable/Draggable Floating Action Button (FAB)
<com.example.MovableFloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:src="@drawable/ic_navigate_next_white_24dp"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment