droidkiranmai / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

OI Shopping List: support for right-to-left languages #428

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Rani H.:

"The items in the list are aligned to the left instead to right although I'm 
writing in hebrew.
The text is fine, just the alignment is opposite."

Questions:
Are there any settings that the system provides for right-to-left languages? Or 
should one manually switch alignment based on the language? Or should this be a 
setting?
(preferably, the correct alignment should be chosen automatically based on the 
language, without the need for yet another setting).

Original issue reported on code.google.com by peli0...@googlemail.com on 11 Dec 2011 at 11:03

GoogleCodeExporter commented 9 years ago
This issue is related to issue 429 for OI Notepad.

Original comment by peli0...@googlemail.com on 11 Dec 2011 at 12:39

GoogleCodeExporter commented 9 years ago
I suspect the issue may be with the RelativeLayout -- the text might be 
properly aligned within the TextView but the TextView might be placed on the 
left of the available space instead of the right. (unconfirmed suspicion arose 
during some recent attempts at issue 340.)

Original comment by AaronPer...@gmail.com on 3 Jan 2012 at 2:28