fix: navigation bar was covering settings. Might be related to #36

This commit is contained in:
Josia Pietsch 2024-09-12 13:34:27 +02:00
parent 95e7b58c42
commit 46ca5eada4
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
android:id="@+id/settings_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".ui.settings.SettingsActivity">
<com.google.android.material.appbar.AppBarLayout

View file

@ -2,11 +2,11 @@
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:custom="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tutorial_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".ui.tutorial.TutorialActivity">