diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/menu/history_post_fragment.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/menu/history_post_fragment.xml b/app/src/main/res/menu/history_post_fragment.xml new file mode 100644 index 00000000..31fa8e8c --- /dev/null +++ b/app/src/main/res/menu/history_post_fragment.xml @@ -0,0 +1,8 @@ +<?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_lazy_mode_history_post_fragment" + android:orderInCategory="100" + app:showAsAction="never" /> +</menu>
\ No newline at end of file |