aboutsummaryrefslogtreecommitdiffstats
path: root/templates/other/ListFragment/root/res/values-sw600dp/refs_lrg.xml.ftl
blob: fb20a27b6b69106038215a2b5147d822a6f88cf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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 name="${fragment_layout}" type="layout">@layout/${fragment_layout}_grid</item>

</resources>