Restore old download manager icon

This commit is contained in:
Rahul Patel
2023-10-18 06:15:11 +05:30
parent c7c2781281
commit 747541658c
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_download_manager"
android:icon="@drawable/ic_download_manager"
android:icon="@drawable/ic_download"
android:title="@string/title_download_manager"
app:showAsAction="always" />
</menu>