Created
May 17, 2018 14:19
-
-
Save ValCanBuild/ca46f886ce7379e15767434ec8c7cfed to your computer and use it in GitHub Desktop.
This file contains 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_gravity="top" | |
android:src="@drawable/ic_add_black_24dp" | |
app:fabSize="normal" | |
app:layout_anchor="@id/navigation" | |
app:layout_anchorGravity="top|end" | |
app:layout_behavior="com.mypackage.BottomNavigationFABBehavior" | |
app:useCompatPadding="true"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment