mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2024-12-27 08:43:21 +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:title="@string/stop_showing_hidden"
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user