Android App für SRCP gesteuerte Modelleisenbahnen
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

12 lines
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>