From d819f6c4d9162cfbfa31a6eabb995fe01fef8f78 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 13 Jul 2018 14:00:22 +0300 Subject: add simple logcat viewer --- .../src/main/res/layout/activity_logcat.xml | 26 ++++++++++++++++++++++ org.fox.ttrss/src/main/res/layout/logcat_row.xml | 8 +++++++ 2 files changed, 34 insertions(+) create mode 100755 org.fox.ttrss/src/main/res/layout/activity_logcat.xml create mode 100755 org.fox.ttrss/src/main/res/layout/logcat_row.xml (limited to 'org.fox.ttrss/src/main/res/layout') diff --git a/org.fox.ttrss/src/main/res/layout/activity_logcat.xml b/org.fox.ttrss/src/main/res/layout/activity_logcat.xml new file mode 100755 index 00000000..39275c03 --- /dev/null +++ b/org.fox.ttrss/src/main/res/layout/activity_logcat.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/logcat_row.xml b/org.fox.ttrss/src/main/res/layout/logcat_row.xml new file mode 100755 index 00000000..d751374a --- /dev/null +++ b/org.fox.ttrss/src/main/res/layout/logcat_row.xml @@ -0,0 +1,8 @@ + + -- cgit v1.2.3