1 <resources> 2 3 <!-- 4 Layout alias to replace the single-pane version of the layout with a 5 two-pane version on Large screens. 6 7 For more on layout aliases, see: 8 http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters 9 --> 10 <item name="${fragment_layout}" type="layout">@layout/${fragment_layout}_grid</item> 11 12 </resources>