Questions tagged [constraintlayout-helper-widget-flow]

3 questions
5
votes
3 answers

android ConstraintLayout Flow : align items from right to left

I'm using android ConstraintLayout Flow , and I have to arrange items from right to left , something like this : XML code :
4
votes
4 answers

Arranging ConstraintLayout Flow References From Bottom To Top And Right To Left

I need to fill ConstraintLayout Flow view from Bottom To Top And Right To Left. This is my code:
0
votes
1 answer

How to get all children/referenced views inside a ConstraintLayout's Flow helper

I'm trying to adjust something (color, text, visibility or etc) to a group of Buttons inside a ConstraintLayout which are grouped using a Flow helper. Since Flow or more accurately ConstraintLayout doesn't nest child Views inside itself using a…