[TIMOB-1734] Android: Allow HTML Styled Text on Label
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:57:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, feature, rplist |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T03:00:51.000+0000 |
Updated | 2011-04-17T01:57:01.000+0000 |
Description
Android provides for simple HTML text formatting. In creation
params look for html
then text
then
title
Not all tags are support see http://android.git.kernel.org/?p=platform/frameworks/base.git%3Ba=blob%3Bf=core/java/android/text/Html.java%3Bh=380e5fd8d197aedc538b7a494b001b8cc5906b44%3Bhb=refs/heads/donut"> Android Source for more detail.
at a minimum it appears that the following tags are supported.
- div
- font
- u
- b
- p
- em
- strong
- cite
- dfn
- big
- small
- blockquote
- tt
- a
- sup
- sub
Feature is in, doc added. No KS example.
confirmed, will need to check the test case into KS once its prettier. 1.6 and 2.2