I want my android app to support more languages (Hebrew), but I can't make the views appear on the right side of the scree (In Hebrew we write/read from right to left unlike English).
I tried android:layout_gravity="right"
but it didn't work.
Is there a way to do this?