add custom error report function

This commit is contained in:
Christian Schabesberger 2016-03-11 14:56:41 +01:00
parent c6ccc2b20d
commit d43365f6e6
4 changed files with 39 additions and 9 deletions

View file

@ -10,4 +10,8 @@
<item android:id="@+id/action_settings"
app:showAsAction="never"
android:title="@string/settings"/>
<item android:id="@+id/action_report_error"
app:showAsAction="never"
android:title="@string/report_error" />
</menu>