- Add Android menu for enabling/disabling mouse events and joystick events - Exclude some of the mobile directories in the template zip file - Extract the uif labels as resource strings - Disable OK button on main activity until a test case is selected git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10392 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
9 lines
372 B
XML
9 lines
372 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/optionEnableMouseEvents"
|
|
android:title="@string/strOptionEnableMouseEventsTitle"
|
|
/>
|
|
<item android:id="@+id/optionEnableJoystickEvents"
|
|
android:title="@string/strOptionEnableJoystickEventsTitle" />
|
|
</menu> |