Files
chrometophone/android/res/menu/help.xml
burke.davey ce2850e066 New UI
2010-07-13 10:47:45 +00:00

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>