Last active
October 31, 2019 11:19
-
-
Save ceosilvajr/ecd370046a638c36f3f611e5ec3a5166 to your computer and use it in GitHub Desktop.
Give you fab a movable experience
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<MovableFabButton | |
android:id="@+id/fab_home" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_alignParentEnd="true" | |
android:layout_alignParentBottom="true" | |
android:layout_margin="@dimen/fab_margin" | |
android:src="@drawable/ic_home" | |
android:tint="@android:color/white" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment