summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/activity_logcat.xml
blob: 52ee9b26eaa89eb57c707c7c58aee9cf0f60b501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>