Home | History | Annotate | Download | only in improving-layouts

Lines Matching full:link

3 parent.link=index.html
7 previous.link=reusing-layouts.html
9 next.link=smooth-scrolling.html
42 <p>{@link android.view.ViewStub} is a lightweight view with no dimension and doesn?t draw anything
44 Each {@link android.view.ViewStub} simply needs to include the {@code android:layout} attribute to
47 <p>The following {@link android.view.ViewStub} is for a translucent progress bar overlay. It should
63 <p>When you want to load the layout specified by the {@link android.view.ViewStub}, either set it
64 visible by calling {@link android.view.View#setVisibility setVisibility(View.VISIBLE)} or call
65 {@link android.view.ViewStub#inflate()}.</p>
73 <p class="note"><strong>Note:</strong> The {@link android.view.ViewStub#inflate()} method returns
74 the inflated {@link android.view.View} once complete. so you don't need to call {@link
77 <p>Once visible/inflated, the {@link android.view.ViewStub} element is no longer part of the view
80 android:id} specified for the {@link android.view.ViewStub} is valid only until the {@link
83 <p class="note"><strong>Note:</strong> One drawback of {@link android.view.ViewStub} is that it