1
0
forked from GitHub/gf-core

added help view in the android app. The help itself is not very useful right now

This commit is contained in:
kr.angelov
2014-04-03 14:22:44 +00:00
parent 51dbaa0c7e
commit 184c0ed29f
6 changed files with 13 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:id="@+id/input_mode"
android:title="@string/keyboard_input"/>
<item android:id="@+id/help"
android:title="@string/help"/>
</menu>