aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/MasterDetailFlow/root/res/values-sw600dp/refs.xml.ftl
blob: d5924040e496a97a4790c566b037a4c4f8c9e4cf (plain)
1
2
3
4
5
6
7
8
9
10
11
<resources>
    <!--
    Layout alias to replace the single-pane version of the layout with a
    two-pane version on screens with a smallest width (smallest dimension)
    of at least 600 density-independent pixels (dips).

    For more on layout aliases, see:
    http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters
    -->
    <item type="layout" name="activity_${collection_name}">@layout/activity_${extractLetters(objectKind?lower_case)}_twopane</item>
</resources>