diff options
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/crash_reports_fragment.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/menu/crash_reports_fragment.xml b/app/src/main/res/menu/crash_reports_fragment.xml index 67bc62b5..ad1c92ec 100644 --- a/app/src/main/res/menu/crash_reports_fragment.xml +++ b/app/src/main/res/menu/crash_reports_fragment.xml @@ -7,4 +7,10 @@ android:title="@string/action_delete_logs" android:icon="@drawable/ic_delete_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_24dp" + app:showAsAction="ifRoom" /> </menu>
\ No newline at end of file |