Added a view to main activity layout to host Snackbars, Configurations menu is mostly functional, misc.

This commit is contained in:
2020-08-24 08:49:27 -05:00
parent 06277911fc
commit 958f260d43
7 changed files with 175 additions and 25 deletions

View File

@@ -20,6 +20,13 @@
app:layout_constraintVertical_bias="0.0"
app:navGraph="@navigation/mobile_navigation" />
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:id="@+id/snackbar_host"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="@id/nav_host_fragment"
app:layout_constraintStart_toStartOf="@id/nav_host_fragment" />
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/nav_view"
android:layout_width="0dp"