Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / activities / BlankActivity / root / res / menu / main.xml.ftl
blob27f6aaa93a6c564afc262b18b0b6752d6aac3899
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     xmlns:tools="http://schemas.android.com/tools"
4     tools:context="${relativePackage}.${activityClass}" >
5     <item android:id="@+id/action_settings"
6         android:title="@string/action_settings"
7         android:orderInCategory="100"
8         ${(appCompat)?string('app','android')}:showAsAction="never" />
9 </menu>