mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2026-01-30 20:56:26 +00:00
6 lines
242 B
XML
6 lines
242 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:id="@+id/help"
|
|
android:icon="@android:drawable/ic_menu_help"
|
|
android:title="@string/help"/>
|
|
</menu> |