1
2
3
4
5
6
7
8
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    tools:context="cn.flightfeather.thirdapp.module.MainActivity">
    <item
        android:id="@+id/action_clear"
        android:title="@string/clear" />
</menu>