aboutsummaryrefslogtreecommitdiffstats
path: root/iget_android/app/src/main/res/menu/menu_logcat_settings.xml
blob: 86679ea29107c305b067037d406b18f49f8b540f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">

    <item
        android:id="@+id/action_log_settings"
        android:icon="@drawable/ic_action_edit"
        android:title="@string/logcat_reset_log_level_defaults"
        android:orderInCategory="100"
        app:showAsAction="always"
        />

</menu>