blob: 3008e2ee04386f6d5cd5d3716045238e4c69ee45 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<resources>
<!--
Layout alias to replace the single-pane version of the layout with a
two-pane version on Large screens.
For more on layout aliases, see:
http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters
-->
<item type="layout" name="activity_${collection_name}">@layout/activity_${objectKind?lower_case}_twopane</item>
</resources>
|