Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
115 views

I'm trying to use a Flow widget to replace a vertical orientation LinearLayout that I was just using inside of my ConstraintLayout. It needs to satisfy all of the following: The "containing"...
Mikey A. Leonetti's user avatar
0 votes
1 answer
1k views

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 ...
Yamin Siahmargooei's user avatar
4 votes
4 answers
2k views

I need to fill ConstraintLayout Flow view from Bottom To Top And Right To Left. This is my code: <androidx.constraintlayout.helper.widget.Flow android:id="@+id/flow" android:...
Alireza Noorali's user avatar
6 votes
4 answers
4k views

I'm using android ConstraintLayout Flow , and I have to arrange items from right to left , something like this : XML code : <androidx.constraintlayout.helper.widget.Flow android:id=&...
Deeas's user avatar
  • 142