Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / activities / NavigationDrawerActivity / root / res / menu / global.xml.ftl
blobcfc1903f82b74b96c718aa6a16da5ec096d51a80
1 <menu xmlns:android="http://schemas.android.com/apk/res/android"<#if appCompat>
2     xmlns:app="http://schemas.android.com/apk/res-auto"</#if>>
3     <item android:id="@+id/action_settings"
4         android:title="@string/action_settings"
5         android:orderInCategory="100"
6         ${ActionNamespace}:showAsAction="never" />
7 </menu>