aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/activity_logcat.xml
blob: 66734665ad244fc8b1a70bb170ca1e43a0949d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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/baseline_refresh_24"
        app:iconTint="?attr/colorControlNormal"
        app:showAsAction="ifRoom"
        android:title="@string/logcat_refresh"/>

    <item
        android:id="@+id/logcat_copy"
        android:icon="@drawable/baseline_content_copy_24"
        app:iconTint="?attr/colorControlNormal"
        app:showAsAction="ifRoom"
        android:title="@string/logcat_copy"/>

</menu>