Adding SetApplicationAttribute(android:supportsRtl, "true") in manifest gives an interesting effect after changing language to Arabic or Hebrew. Tabstrip and menus are right aligned, seekbar direction is reversed, and so on.
But in order to flip the view positions this page says we have to replace the view attributes like Left with Start, Right with End.