1<resources> 2 <!-- 3 Layout alias to replace the single-pane version of the layout with a 4 two-pane version on screens with a smallest width (smallest dimension) 5 of at least 600 density-independent pixels (dips). 6 7 For more on layout aliases, see: 8 http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters 9 --> 10 <item type="layout" name="activity_${collection_name}">@layout/activity_${extractLetters(objectKind?lower_case)}_twopane</item> 11</resources> 12