mirror of
https://github.com/sismics/docs.git
synced 2026-06-07 15:13:02 +00:00
11 lines
368 B
XML
11 lines
368 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 type="layout" name="activity_doc_list">@layout/activity_doc_twopane</item>
|
|
</resources>
|