Rca/fix UI #15

Merged
r-ca merged 30 commits from rca/fix_ui into main 2024-01-17 10:27:28 +00:00
Showing only changes of commit 8dd1745c1f - Show all commits

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>