mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-18 13:00:36 +01:00
adding the excluded folder related menu items at third party intent picker too
This commit is contained in:
parent
ea68e4526c
commit
f9fddbfe3e
@ -13,4 +13,14 @@
|
|||||||
android:showAsAction="never"
|
android:showAsAction="never"
|
||||||
android:title="@string/stop_showing_hidden"
|
android:title="@string/stop_showing_hidden"
|
||||||
app:showAsAction="never" />
|
app:showAsAction="never" />
|
||||||
|
<item
|
||||||
|
android:id="@+id/temporarily_show_excluded"
|
||||||
|
android:showAsAction="never"
|
||||||
|
android:title="@string/temporarily_show_excluded"
|
||||||
|
app:showAsAction="never" />
|
||||||
|
<item
|
||||||
|
android:id="@+id/stop_showing_excluded"
|
||||||
|
android:showAsAction="never"
|
||||||
|
android:title="@string/stop_showing_excluded"
|
||||||
|
app:showAsAction="never" />
|
||||||
</menu>
|
</menu>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user