diff options
Diffstat (limited to 'app/src/main/res/menu/post_fragment.xml')
-rw-r--r-- | app/src/main/res/menu/post_fragment.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/menu/post_fragment.xml b/app/src/main/res/menu/post_fragment.xml index d29054d3..fc648460 100644 --- a/app/src/main/res/menu/post_fragment.xml +++ b/app/src/main/res/menu/post_fragment.xml @@ -5,4 +5,10 @@ android:id="@+id/action_lazy_mode_post_fragment" android:orderInCategory="100" app:showAsAction="never" /> + + <item + android:id="@+id/action_filter_posts_post_fragment" + android:orderInCategory="101" + android:title="@string/filter_posts" + app:showAsAction="never" /> </menu>
\ No newline at end of file |