labeledBy

inline fun Style.labeledBy(viewTag: Any): Style

Sets the view which serves as the label of the view represented by this info for accessibility purposes.

Parameters

viewTag

The view tag of the view which serves as the label of the view represented by this

See android.view.accessibility.AccessibilityNodeInfo.setLabeledBy.