sequence-layout icon indicating copy to clipboard operation
sequence-layout copied to clipboard

Progress bar not shown

Open iman2420 opened this issue 3 years ago • 3 comments

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

iman2420 avatar May 12 '22 04:05 iman2420

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

Mansourx avatar Jun 05 '22 10:06 Mansourx

@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"
                  />

Mansourx avatar Jun 05 '22 11:06 Mansourx

Sorry, the layout only supports ltr for now.

saschoar avatar Sep 13 '22 11:09 saschoar