diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-10-17 19:05:55 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-10-17 19:05:55 +0000 |
commit | 9e6139881bf8f72936cb1ae5c94f6512042260c7 (patch) | |
tree | b2a00d8d4bfdcfc91a8bb2bd185a07f07627a0ac /app/src/main/res/menu | |
parent | 368ad6606f460f784994874c254789ada5a4fe20 (diff) | |
download | infinity-for-reddit-9e6139881bf8f72936cb1ae5c94f6512042260c7.tar infinity-for-reddit-9e6139881bf8f72936cb1ae5c94f6512042260c7.tar.gz infinity-for-reddit-9e6139881bf8f72936cb1ae5c94f6512042260c7.tar.bz2 infinity-for-reddit-9e6139881bf8f72936cb1ae5c94f6512042260c7.tar.lz infinity-for-reddit-9e6139881bf8f72936cb1ae5c94f6512042260c7.tar.xz infinity-for-reddit-9e6139881bf8f72936cb1ae5c94f6512042260c7.tar.zst infinity-for-reddit-9e6139881bf8f72936cb1ae5c94f6512042260c7.zip |
Lazy mode in HistoryPostFragment.
Diffstat (limited to '')
-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 |