Skip to content
New issue

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

Progress bar not shown #43

Open
iman2420 opened this issue May 12, 2022 · 3 comments
Open

Progress bar not shown #43

iman2420 opened this issue May 12, 2022 · 3 comments
Labels
feature-request Request a new functionality

Comments

@iman2420
Copy link

Unfortunately progress bar not shown when Layout Direction is RTL!!!

@Mansourx
Copy link

Mansourx commented Jun 5, 2022

I am facing the same issue, can anyone solve this pls.

@Mansourx
Copy link

Mansourx commented Jun 5, 2022

@iman2420 you can force the layout for the sequence_layout to be ltr as way around just add this attribute
android:layoutDirection="ltr" . it will show when the app is Opened in Arabic/Rtl direction

<com.transferwise.sequencelayout.SequenceLayout
                        android:id="@+id/return_track_sequence_layout"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:layoutDirection="ltr"
                        android:layout_margin="@dimen/layout_margin_10dp"
                  />

@saschoar saschoar added the bug Something isn't working label Sep 13, 2022
@saschoar
Copy link
Contributor

Sorry, the layout only supports ltr for now.

@saschoar saschoar added feature-request Request a new functionality and removed bug Something isn't working labels Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request a new functionality
Projects
None yet
Development

No branches or pull requests

3 participants