Metode ViewGroup.addViewGroup
Susun bertingkat ViewGroup
dalam ViewGroup
saat ini.
Tanda Tangan
addViewGroup(viewGroup: ViewGroup): ViewGroup;
Detail
Opsional |
Tidak |
Final |
Tidak |
Dengan kontrasepsi |
Tidak |
Statis |
Tidak |
Parameter
Nama |
Jenis |
Opsional |
Deskripsi |
viewGroup |
ViewGroup |
Tidak |
|
Hasil
ViewGroup
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-11-08 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]