android / codelab-constraint-layout

Constraint Layout Codelab
https://codelabs.developers.google.com/codelabs/constraint-layout/
Apache License 2.0
469 stars 243 forks source link

After updating to 1.1.3, chained views alignment for RTL is not applied #58

Open yulia0817 opened 5 years ago

yulia0817 commented 5 years ago

After updating to 1.1.3, chained views alignment for RTL is not applied. I also set the horizontal-bias 0 or 1, but chained views are not aligned as I set. If I set bias 0 for chained views, the view should be on the right side automatically in RTL mode. But, it was not like that at all. (It worked well before)