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.

9 lines
345B

  1. <menu xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. tools:context="de.erich.railcontrol.EditLok" >
  4. <item android:id="@+id/action_settings"
  5. android:title="@string/action_settings"
  6. android:orderInCategory="100"
  7. android:showAsAction="never" />
  8. </menu>