aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/crash_reports_fragment.xml
blob: f3f7c4ec7983648b3d106ec66f7732bd797acf63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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_day_night_24dp"
        app:showAsAction="ifRoom" />
    <item
        android:id="@+id/action_export_logs_crash_reports_fragment"
        android:orderInCategory="2"
        android:title="@string/action_create_github_issue"
        android:icon="@drawable/ic_open_link_day_night_24dp"
        app:showAsAction="ifRoom" />
</menu>