Home | History | Annotate | Download | only in articles

Lines Matching full:layout

1 page.title=Layout Tricks: Using ViewStubs
7 href="layout-tricks-reuse.html">&lt;include /&gt;</a> tag. Sometimes it's so
15 it does not draw anything and does not participate in the layout in any way.
18 <em>lazy include</em>. The layout referenced by a <code>ViewStub</code> is
42 inflated and replaced by the content of the layout file it references:</p>
48 <code>android:layout</code> attribute, to reference what layout file
51 <code>id</code> of the root of the included file. Finally, the layout
53 included layout. Here is an example:</p>
59 android:layout="&#64;layout/progress_overlay"
70 <code>View</code> of the inflate layout:</p>
85 <em>not</em> support the <a href="layout-tricks-merge.html">&lt;merge /&gt;