aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/menu/view_reddit_gallery_activity.xml
blob: f76cc079c5d2d105a563a6a0c1d4e4bda4ad5287 (plain) (tree)
1
2
3
4
5
6
7
8
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>