14 lines
No EOL
423 B
XML
14 lines
No EOL
423 B
XML
<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="activity_newsreader" type="layout">@layout/activity_newsreader_twopane</item>
|
|
<bool name="two_pane">true</bool>
|
|
</resources> |