fragment_notifications.xml 1.0 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. ~ Copyright 2023 Tusky Contributors
  4. ~
  5. ~ This file is a part of Tusky.
  6. ~
  7. ~ This program is free software; you can redistribute it and/or modify it under the terms of the
  8. ~ GNU General Public License as published by the Free Software Foundation; either version 3 of the
  9. ~ License, or (at your option) any later version.
  10. ~
  11. ~ Tusky is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
  12. ~ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  13. ~ Public License for more details.
  14. ~
  15. ~ You should have received a copy of the GNU General Public License along with Tusky; if not,
  16. ~ see <http://www.gnu.org/licenses>.
  17. -->
  18. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  19. xmlns:app="http://schemas.android.com/apk/res-auto">
  20. <item
  21. android:id="@+id/action_refresh"
  22. android:title="@string/action_refresh"
  23. app:showAsAction="never" />
  24. </menu>