How can I set the talkback/accessibility order in a constraint layout?
I have a layout with a couple of text/imageviews. By clicking on the layout talkback reads them in order. How can I change the order it reads them?
e.g.: I want the order to be 3-1-2 instead of 1-2-3 (numbers are the textviews). I tried traversalAfter/Before but that doesn't work :/