Skip to content
Snippets Groups Projects
Commit 48b84d69 authored by Taras's avatar Taras
Browse files

Create menu

parent 36b5277c
No related branches found
No related tags found
No related merge requests found
<?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/help"
android:icon="@drawable/ic_help"
android:title="@string/help"
app:showAsAction="ifRoom" />
</menu>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment