public static interface ViewStubCompat.OnInflateListener
Modifier and Type | Method and Description |
---|---|
void |
onInflate(ViewStubCompat stub,
View inflated)
Invoked after a ViewStub successfully inflated its layout resource.
|
void onInflate(ViewStubCompat stub, View inflated)
stub
- The ViewStub that initiated the inflation.inflated
- The inflated View.