We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Case: Flow do not work in RTL layout when MaxElementsWrap > ReferencedIds.length
Using: constraintlayout version 2.1.4
Layout:
<androidx.constraintlayout.helper.widget.Flow android:layout_width="match_parent" android:layout_height="wrap_content" app:constraint_referenced_ids="text1,text2" app:flow_maxElementsWrap="3" app:flow_wrapMode="aligned" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> <TextView android:id="@+id/text1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="1" /> <TextView android:id="@+id/text2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="2" />
Preview: LTR RTL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Case:
Flow do not work in RTL layout when MaxElementsWrap > ReferencedIds.length
Using:
constraintlayout version 2.1.4
Layout:
Preview:
LTR
RTL
The text was updated successfully, but these errors were encountered: