How do I make layouts render with correct layout-direction-configuration in Android Widgets? I have a layout that successfully supports RTL and LTR when rendered in an activity, but when put in a widget it is forced LTR. Any secret to this, or does widgets simply not support RTL-configuration?
Set this attibute in parent layout:
android:layoutDirection="ltr"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With