Changing fragments via bottom navigation view works well now! Also started work on SettingsFragment.kt

This commit is contained in:
denizk0461
2023-04-13 12:25:43 +02:00
parent 53c2a2a9c4
commit fb50711d36
12 changed files with 338 additions and 11 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
android:fitsSystemWindows="true"
tools:context=".activity.MainActivity">
<include layout="@layout/content_main"/>
<include layout="@layout/content_main"
android:id="@+id/content_main"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>