Restore download manager icon to toolbar

This commit is contained in:
Rahul Patel
2023-10-16 03:11:33 +05:30
parent 20b1fb46be
commit 13f1459827
3 changed files with 48 additions and 1 deletions

View File

@@ -38,6 +38,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:navigationIcon="@drawable/ic_menu_unfold"
app:menu="@menu/menu_main"
app:title="@string/app_name" />
<androidx.fragment.app.FragmentContainerView