commit | 15095be0608da594adbc9093f1106235c4370590 | [log] [tgz] |
---|---|---|
author | Eric Fischer | Mon Mar 30 15:38:38 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Mon Mar 30 15:38:38 2009 -0700 |
tree | a6f20b55591acaf8b2b4ce673bb9fb93f99f3c34 | |
parent | 8e13d66b8d5f9f36605398586a151a92f350d430 [diff] |
AI 143540: Try not to start TextView lines with non-starter characters. TextView was previously following the "relaxed" line breaking convention and would allow a line break between any two ideographic characters. Tighten that up and do not allow line breaks before non-starter characters (sound and iteration marks and small Hiragana and Katakana). BUG=1735619 Automated import of CL 143540