summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-03-01 00:05:13 +0100
committerGitHub <noreply@github.com>2020-03-01 00:05:13 +0100
commitb80bb03d273749a1768f1d6502aab7a990a7b90b (patch)
tree624df9bfb8c3740ae99bb84a26011136e606a61a /app/src/main/res
parentd360ab2925114c1ebdb1ff79fba57c58f286f597 (diff)
parentaa160355c3d2992e9455abe61145d59eb45f3e48 (diff)
downloadAntennaPod-b80bb03d273749a1768f1d6502aab7a990a7b90b.zip
Merge pull request #3886 from ByteHamster/export-logcat
Added 'Export logs' button to bug report page
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/bug_report.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/bug_report.xml b/app/src/main/res/layout/bug_report.xml
index e97e85265..1cc9bc9d8 100644
--- a/app/src/main/res/layout/bug_report.xml
+++ b/app/src/main/res/layout/bug_report.xml
@@ -16,6 +16,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
+ <Button
+ android:id="@+id/btn_export_logcat"
+ android:text="@string/export_logs"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"/>
+
<TextView
android:layout_marginTop="8dp"
android:id="@+id/crash_report_logs"