am 9d547d69: Merge "Clarify ViewStub.setVisibility() documentation to state that it works after inflation."
* commit '9d547d6934f64189e368c0b190fb4cf49c95a557': Clarify ViewStub.setVisibility() documentation to state that it works after inflation.
This commit is contained in:
@@ -212,7 +212,8 @@ public final class ViewStub extends View {
|
||||
/**
|
||||
* When visibility is set to {@link #VISIBLE} or {@link #INVISIBLE},
|
||||
* {@link #inflate()} is invoked and this StubbedView is replaced in its parent
|
||||
* by the inflated layout resource.
|
||||
* by the inflated layout resource. After that calls to this function are passed
|
||||
* through to the inflated view.
|
||||
*
|
||||
* @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user