Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / activities / MasterDetailFlow / root / res / values-large / refs.xml.ftl
blob97215c3b11b5864924bb706c77bfc952ee0b8d9c
1 <resources>
2     <!--
3     Layout alias to replace the single-pane version of the layout with a
4     two-pane version on Large screens.
6     For more on layout aliases, see:
7     http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters
8     -->
9     <item type="layout" name="activity_${collection_name}">@layout/activity_${extractLetters(objectKind?lower_case)}_twopane</item>
10 </resources>