fix: background color of BottomNavigationViw

This commit is contained in:
2025-12-07 22:06:56 +01:00
parent 9bab266925
commit ad32311de3
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
android:paddingStart="24dp"
android:paddingEnd="24dp"
android:visibility="gone"
android:background="?attr/colorSurface"
app:menu="@menu/bottom_nav_menu" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>

View File

@@ -12,4 +12,4 @@
android:id="@+id/downloadFragment"
android:icon="@drawable/ic_play_for_work"
android:title="@string/menu_download_label" />
</menu>
</menu>