Metoda ViewGroup.addViewGroup
Zagnieźdź ViewGroup
w bieżącym elemencie ViewGroup
.
Podpis
addViewGroup(viewGroup: ViewGroup): ViewGroup;
Szczegóły
Opcjonalnie |
Nie |
Finał |
Nie |
Chroniony |
Nie |
Statyczny |
Nie |
Parametry
Nazwa |
Typ |
Opcjonalnie |
Opis |
viewGroup |
ViewGroup |
Nie |
|
Zwroty
ViewGroup
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-08 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-08 UTC."],[[["The `addViewGroup` method allows you to nest a `ViewGroup` element within another, existing `ViewGroup`."],["This method is a non-static, non-final, and non-protected instance method, providing flexibility in implementation."],["It accepts one required parameter, `viewGroup`, of type `ViewGroup`, representing the `ViewGroup` to be nested."],["Upon successful execution, it returns the modified parent `ViewGroup` object."]]],[]]