Add an FloatingActionButton in SearchResultActivity.

This commit is contained in:
Alex Ning
2020-12-24 18:20:34 +08:00
parent c979e79ee6
commit f376de69e1
10 changed files with 372 additions and 92 deletions

View File

@@ -47,4 +47,11 @@
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab_search_result_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/fab_margin"
android:layout_gravity="bottom|end" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>