aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/menu/log_viewer.xml
blob: 64b4be0a4a59ee05079f16b01e31758f3f3a15e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?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/save_log"
        android:icon="@drawable/ic_action_save"
        android:title="@string/log_export_title"
        app:showAsAction="ifRoom" />
</menu>