Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the layout resource that will be used by ViewStub.setVisibility(int) or
ViewStub.Inflate to replace this StubbedView
in its parent by another view.
Set method documentation [Android Documentation]
Specifies the layout resource to inflate when this StubbedView becomes visible or invisible
or when ViewStub.Inflate is invoked. The View created by inflating the layout resource is
used to replace this StubbedView in its parent.