summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-13 14:00:22 +0300
committerAndrew Dolgov <[email protected]>2018-07-13 14:00:22 +0300
commitd819f6c4d9162cfbfa31a6eabb995fe01fef8f78 (patch)
tree5702237955f408d6f7fc768bd2c26fcbe6d406e5 /org.fox.ttrss/src/main/res/menu
parent8a9a2e9b5c8c5579d285e78bc8e18a2ea39ced35 (diff)
add simple logcat viewer
Diffstat (limited to 'org.fox.ttrss/src/main/res/menu')
-rwxr-xr-xorg.fox.ttrss/src/main/res/menu/activity_logcat.xml15
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml0
2 files changed, 15 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/activity_logcat.xml b/org.fox.ttrss/src/main/res/menu/activity_logcat.xml
new file mode 100755
index 00000000..52ee9b26
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/menu/activity_logcat.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
+ <item
+ android:id="@+id/logcat_refresh"
+ android:icon="@drawable/ic_refresh"
+ app:showAsAction="ifRoom"
+ android:title="@string/logcat_refresh"/>
+
+ <item
+ android:id="@+id/logcat_copy"
+ android:icon="@drawable/ic_content_copy"
+ app:showAsAction="ifRoom"
+ android:title="@string/logcat_copy"/>
+
+</menu> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml b/org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml
index 67dbd6d8..67dbd6d8 100644..100755
--- a/org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml
+++ b/org.fox.ttrss/src/main/res/menu/content_gallery_entry.xml