aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/history_post_fragment.xml
blob: 31fa8e8c0bef1356799bbc9eb84fa8dc0bfc4537 (plain) (blame)
1
2
3
4
5
6
7
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>