aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/menu/log_viewer.xml
blob: 3a9da6985e25ef1cf1226c0b945214a98bc96385 (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>