Fabを追加

This commit is contained in:
ろむねこ 2024-01-17 16:53:54 +09:00
parent 7156c1b900
commit 8dd1745c1f
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -36,5 +36,14 @@
app:layout_constraintRight_toRightOf="parent"
app:menu="@menu/bottom_menu" />
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab_scan_qr_code"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clickable="true"
app:srcCompat="@drawable/qr_code_scanner_fill0_wght400_grad0_opsz24"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toTopOf="@id/nav_view"
android:layout_margin="32dp" />
</androidx.constraintlayout.widget.ConstraintLayout>