Android App für SRCP gesteuerte Modelleisenbahnen
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 line
468B

  1. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. tools:context=".MyActivity" >
  4. <item android:id="@+id/action_example"
  5. android:title="@string/action_example"
  6. android:showAsAction="withText|ifRoom" />
  7. <item android:id="@+id/action_settings"
  8. android:title="@string/action_settings"
  9. android:orderInCategory="100"
  10. android:showAsAction="never" />
  11. </menu>