summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/menu/menu_driver_manager.xml
blob: dee5d57b657afe857604c1d4c5440140bbef593d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?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/menu_driver_clear"
        android:icon="@drawable/ic_clear"
        android:title="@string/clear"
        app:showAsAction="always" />

</menu>