Hi, i have a question regarding rtl support, is it...
# compose
p
Hi, i have a question regarding rtl support, is it possible to disable item (in this case linear progress indicator) from changing? I have an issue, that when i change to from ltr to rtl, the progress indicator, also changes positions(so it displays progress from right), i would like to disable that Thanks
a
you can wrap your progress indicator into
Providers(AmbientLayoutDirection provides LayoutDirection.Ltr) { … }
👍 1