diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-18 17:01:23 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-18 17:01:23 +0000 |
commit | 3552a9a490c64eec8e56f55fef2b359bcdabe5d1 (patch) | |
tree | f0d00bb16734ffda1fe550cf9977120e7652318f /app/src/main/res/menu | |
parent | 4aa37adf43c5c6baeab12e4bc69bb907500eba44 (diff) | |
download | infinity-for-reddit-3552a9a490c64eec8e56f55fef2b359bcdabe5d1.tar infinity-for-reddit-3552a9a490c64eec8e56f55fef2b359bcdabe5d1.tar.gz infinity-for-reddit-3552a9a490c64eec8e56f55fef2b359bcdabe5d1.tar.bz2 infinity-for-reddit-3552a9a490c64eec8e56f55fef2b359bcdabe5d1.tar.lz infinity-for-reddit-3552a9a490c64eec8e56f55fef2b359bcdabe5d1.tar.xz infinity-for-reddit-3552a9a490c64eec8e56f55fef2b359bcdabe5d1.tar.zst infinity-for-reddit-3552a9a490c64eec8e56f55fef2b359bcdabe5d1.zip |
Add an option to download all media in a gallery in ViewRedditGalleryActivity.
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/view_reddit_gallery_activity.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/menu/view_reddit_gallery_activity.xml b/app/src/main/res/menu/view_reddit_gallery_activity.xml new file mode 100644 index 00000000..f76cc079 --- /dev/null +++ b/app/src/main/res/menu/view_reddit_gallery_activity.xml @@ -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_all_gallery_media_view_reddit_gallery_activity" + android:orderInCategory="10" + android:title="@string/action_download_all_gallery_media" + app:showAsAction="never" /> +</menu>
\ No newline at end of file |