2016-12-08 14:51:54 +11:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-06-15 19:09:31 +02:00
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
2016-12-08 14:51:54 +11:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-02-23 13:18:19 +08:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-07-12 11:44:46 +02:00
|
|
|
android:id="@+id/fab_search"
|
2021-02-23 13:18:19 +08:00
|
|
|
app:srcCompat="@drawable/ic_search"
|
2016-12-19 16:15:14 +11:00
|
|
|
android:contentDescription="@string/menu_search"
|
2016-12-08 14:51:54 +11:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="bottom|end"
|
|
|
|
android:layout_marginBottom="@dimen/fab_margin"
|
|
|
|
android:layout_marginEnd="@dimen/fab_margin"
|
|
|
|
android:layout_marginRight="@dimen/fab_margin" />
|