First I really like what you did. I think it would be great to have that feature in N
a note on the implementation. you don't need to override all layouts. you could.simply create a mixin and apply it to LayoutBase. that way when read we could simply copy paste the code in N LayoutBase class. this is what I did iny material components .
that way you could bring RTL to any layout sublcassing LayoutBase.
First I really like what you did. I think it would be great to have that feature in N
a note on the implementation. you don't need to override all layouts. you could.simply create a mixin and apply it to LayoutBase. that way when read we could simply copy paste the code in N LayoutBase class. this is what I did iny material components .
that way you could bring RTL to any layout sublcassing LayoutBase.