bottom navbar

This commit is contained in:
Clara Dautermann 2025-05-03 23:31:36 +02:00
parent 86263a94cd
commit 4ebb1411ed
Signed by: clara
GPG key ID: 223391B52FAD4463
19 changed files with 120 additions and 226 deletions

View file

@ -8,28 +8,6 @@
android:fitsSystemWindows="true"
tools:context=".activities.HomeActivity">
<com.google.android.material.appbar.AppBarLayout
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:fitsSystemWindows="true"
>
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width = "match_parent"
android:layout_height = "?attr/actionBarSize" />
</com.google.android.material.appbar.AppBarLayout>
<include layout="@layout/content_home"/>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_marginEnd="@dimen/fab_margin"
android:layout_marginBottom="16dp"
app:srcCompat="@android:drawable/ic_dialog_email" />
<include layout="@layout/content_home"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>