sequence-layout
sequence-layout copied to clipboard
Progress bar not shown
Unfortunately progress bar not shown when Layout Direction is RTL!!!
I am facing the same issue, can anyone solve this pls.
@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"
/>
Sorry, the layout only supports ltr for now.