[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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"]]