commit | f5cf6c9d4472e99caf4c9a3525d7b10cdf1e1c9f | [log] [tgz] |
---|---|---|
author | Raph Levien <raph@google.com> | Fri Apr 12 11:31:31 2013 -0700 |
committer | Raph Levien <raph@google.com> | Fri Apr 12 11:42:25 2013 -0700 |
tree | 62410882672ac55e46d85143bee5854420cd1793 | |
parent | 50b9eb1c7375a87525d44a036337a8ba18eba55b [diff] |
Fix for bug 8500202: Right-to-left text not showing in list view In single line mode, changing the text from LTR to RTL (or vice versa) affects the alignment, which in turn means that bringTextIntoView is needed to update the scrolling. A registerForPredraw should be done to make this happen, but it was missing. This patch tests explicitly for direction changes in this case, and schedules a predraw if so. Change-Id: I16e0e23141c244dc8adc00ea8306dfe4c9bf487d