Why Android Lint strictly discourages the use of Gravity.LEFT or Gravity.RIGHT?

48 Views Asked by At

I understand that texts may be LEFT or RIGHT on different languages, so that END or START may be useful for international apps.

However, LEFT or RIGHT as Gravity are also simple placement of things. If I want my button or icon to be aligned to the RIGHT, why on earth does lint complain on using END instead? Probably, if use END, the layout will become broken on a foreign device.

0

There are 0 best solutions below