[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-11-08 UTC."],[[["The `addLabel()` method allows you to add a label to a `ViewGroup`."],["This method is a non-optional, non-final, non-protected, and non-static instance method."],["It accepts one mandatory parameter: `label`, which is a string."],["It returns the `ViewGroup` instance it's called on."]]],["The `addLabel` method adds a label to a `ViewGroup`. It accepts a single parameter, `label`, which is a required string. This method is neither optional, final, protected, nor static. It returns the modified `ViewGroup` itself, allowing for method chaining. The `label` parameter's description is empty, implying the label's value is directly provided by the string argument.\n"]]