<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_help"
android:title="@string/help"
android:icon="@drawable/ic_help"
app:showAsAction="always"
tools:ignore="AlwaysShowAction" />
</menu>