Useful when running tests that include using a key to initiate some action.define_list_fix
parent
1e23cfcb0a
commit
b7b1947486
@ -0,0 +1,19 @@ |
|||||||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||||
|
xmlns:tools="http://schemas.android.com/tools" |
||||||
|
tools:context="org.jmonkeyengine.jme3androidexamples.MainActivity"> |
||||||
|
|
||||||
|
<item |
||||||
|
android:id="@+id/optionToggleKeyboard" |
||||||
|
android:orderInCategory="100" |
||||||
|
android:title="@string/strOptionShowKeyboard" |
||||||
|
app:showAsAction="never" |
||||||
|
android:icon="@drawable/keyboard" |
||||||
|
/> |
||||||
|
|
||||||
|
<!-- |
||||||
|
android:icon="@mipmap/redmonkey" |
||||||
|
android:icon="@mipmap/greenmonkey" |
||||||
|
android:icon="@mipmap/bluemonkey" |
||||||
|
--> |
||||||
|
</menu> |
Loading…
Reference in new issue