view res/menu/main.xml @ 19:b0475db2bb94

Added tag stable-1.0.3 for changeset a94ca5a89fe8
author Carl Byington <carl@five-ten-sg.com>
date Thu, 03 Jul 2014 08:40:34 -0700
parents 5564580fe160
children
line wrap: on
line source

<menu xmlns:android="http://schemas.android.com/apk/res/android" >

    <item
        android:id="@+id/action_settings"
        android:orderInCategory="100"
        android:showAsAction="never"
        android:title="@string/action_settings"/>

</menu>