We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a355202 commit 8976d70Copy full SHA for 8976d70
README.md
@@ -59,6 +59,9 @@ or **Any** View you put in xml.
59
android:layout_gravity="bottom"
60
app:layout_behavior="@string/bye_burger_bottom_behavior"
61
/>
62
+ <FloatingActionButton
63
+ app:layout_behavior="@string/bye_burger_float_behavior"
64
+ />
65
</android.support.design.widget.CoordinatorLayout>
66
67
```
0 commit comments