For accessibility, I have a few with multiple view inside and I want them to all have the same content description. Is it possible to just set it for the parent view and have the child views use it instead of manually setting it for each view?
I tried making the child view clickable=false, but that did not solve the problem
If those views aren't important for accessibility, set the importantForAccessibility
property to no
on them.