view res/menu/main.xml @ 17:cc4da730e429

Added tag stable-1.0.2 for changeset a481d8fb5571
author Carl Byington <carl@five-ten-sg.com>
date Tue, 01 Jul 2014 19:10:51 -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>