1<resources> 2 <!-- 3 Layout alias to replace the single-pane version of the layout with a 4 two-pane version on Large screens. 5 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> 11