Improve: View hierarchy of bottom navigation

This commit is contained in:
LooKeR
2022-01-27 00:00:48 +05:30
parent e69a0c5923
commit 80773bfce4
2 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,7 @@
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@id/coordinator"
style="?bottomNavigationStyle"
app:menu="@menu/navigation_menu_main" />
</androidx.constraintlayout.widget.ConstraintLayout>
</layout>