* Moved JmeSystem.Platform to its own class in core. Desktop's and Android's JmeSystem now both use it * Moved proper usage of efficient data from AndroidSkyFactory to SkyFactory, deprecated AndroidSkyFactory git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8236 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 lines
294 B
XML
13 lines
294 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/about_button"
|
|
android:title="@string/about"
|
|
/>
|
|
|
|
<item
|
|
android:id="@+id/quit_button"
|
|
android:title="@string/quit"
|
|
/>
|
|
</menu>
|