[AC-3279] Android: Add support for ellipsize modes on Ti.UI.Label
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2015-05-19T02:15:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Manuel Lehner |
Assignee | Ashraf Abu |
Created | 2015-04-08T12:49:39.000+0000 |
Updated | 2016-03-08T07:57:41.000+0000 |
Description
The marquee effect of the native Android TextView is not exposed to the Ti.UI.Label
Attachments
File | Date | Size |
---|---|---|
Screenshot_2015-04-10-11-55-35.png | 2015-04-10T11:26:21.000+0000 | 86739 |
Screen Shot 2015-04-16 at 1.53.44 PM.png | 2015-04-16T07:58:14.000+0000 | 50852 |
Screen Shot 2015-04-16 at 1.55.49 PM.png | 2015-04-16T07:58:14.000+0000 | 48746 |
PR: https://github.com/appcelerator/titanium_mobile/pull/6775 Test Code:
Screenshot for the attached test code. Labels show the results for setting ellipsize to: - true - false - Ti.UI.TEXT_ELLIPSIZE_TRUNCATE_START - Ti.UI.TEXT_ELLIPSIZE_TRUNCATE_END - Ti.UI.TEXT_ELLIPSIZE_TRUNCATE_MIDDLE - Ti.UI.TEXT_ELLIPSIZE_TRUNCATE_MARQUEE
PR reviewed and functionally tested. Accepted and merged. Thank you.