<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>
|