feat: implemented folder download feature for on-screen visible files (not folder and files in subfolder)

This commit is contained in:
antonio 2023-08-12 23:25:00 +02:00
parent bdda3743db
commit 60da08cdbc
2 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_download_directory"
android:icon="@drawable/ic_file_download"
android:title="@string/menu_download_all_button"
app:showAsAction="never" />
</menu>