fedilab-Android-App/app/src/main/res/menu/option_filter_admin_reports...

14 lines
520 B
XML

<?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"
xmlns:tools="http://schemas.android.com/tools">
<item
android:id="@+id/action_unresolved_reports"
android:checkable="true"
android:checked="true"
android:title="@string/unresolved"
app:actionViewClass="android.widget.CheckBox"
app:showAsAction="always"
tools:ignore="AlwaysShowAction" />
</menu>