view app/src/main/res/menu/main.xml @ 28:a5f1c68e4519

starting update to latest toolchain
author Carl Byington <carl@five-ten-sg.com>
date Thu, 08 Nov 2018 11:44:47 -0800
parents 807f7e4eaebe
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>