BobStore/app/src/main/res/layout/fab_search.xml

13 lines
630 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.floatingactionbutton.FloatingActionButton
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"
android:id="@+id/fab_search"
2021-02-23 13:18:19 +08:00
app:srcCompat="@drawable/ic_search"
android:contentDescription="@string/menu_search"
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" />