Created
May 25, 2017 16:58
-
-
Save ImUser773/bad676c04cea1d6f5cf16d9fc87d8558 to your computer and use it in GitHub Desktop.
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
| <android.support.design.widget.FloatingActionButton | |
| android:id="@+id/fab" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content" | |
| android:layout_alignParentBottom="true" | |
| android:layout_alignParentEnd="true" | |
| android:layout_margin="@dimen/fab_margin" | |
| app:srcCompat="@android:drawable/ic_menu_add" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment