1
0
forked from GitHub/gf-core

add keyboard input in the android app

This commit is contained in:
kr.angelov
2013-10-12 12:28:23 +00:00
parent e1c7aaedb4
commit add86fcf1d
6 changed files with 142 additions and 13 deletions

View File

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