aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/crash_reports_fragment.xml
blob: 67bc62b5a47c841f89fb8b3f30664b0175822158 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?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_delete_logs_crash_reports_fragment"
        android:orderInCategory="1"
        android:title="@string/action_delete_logs"
        android:icon="@drawable/ic_delete_24dp"
        app:showAsAction="ifRoom" />
</menu>