From b1afdcd4ed57c43c3ecda2eaae1671c4a19abcc6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 3 Sep 2018 18:27:17 +0200 Subject: Added bug reporting feature :sparkles: :construction: --- app/src/main/res/layout/activity_bug_report.xml | 88 +++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 app/src/main/res/layout/activity_bug_report.xml (limited to 'app/src/main/res/layout/activity_bug_report.xml') diff --git a/app/src/main/res/layout/activity_bug_report.xml b/app/src/main/res/layout/activity_bug_report.xml new file mode 100644 index 0000000..418aa95 --- /dev/null +++ b/app/src/main/res/layout/activity_bug_report.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3