Lines Matching full:layout
19 <li><a href="#TaskDetermineCurLayout">Determine the Current Layout</a></li>
20 <li><a href="#TaskReactToLayout">React According to Current Layout</a></li>
44 <p>Depending on the layout that your application is currently showing, the UI
51 <h2 id="TaskDetermineCurLayout">Determine the Current Layout</h2>
53 <p>Since your implementation of each layout will be a little different, one of
54 the first things you will probably have to do is determine what layout the user is currently
66 setContentView(R.layout.main_layout);
76 which is much more flexible than hard-coding a query for a specific layout.</p>
94 <h2 id="TaskReactToLayout">React According to Current Layout</h2>
96 <p>Some actions may have a different result depending on the current layout.
143 R.layout.headline_item, CATEGORIES);
161 is used in the dual-pane layout:</p>
163 {@sample development/samples/training/multiscreen/newsreader/res/layout/twopanes.xml all}
165 <p>And reused (without a layout) in the activity layout for smaller screens
174 layout, but in this case an XML layout is unnecessary work because the article fragment
232 but uses a two-pane layout when in landscape mode.</p>
237 display in the two-pane layout:</p>