[TIMOB-26042] Android: Add paragraph styles to AttributedString
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | AttributedString, android, parity |
| Reporter | Joshua Quick |
| Assignee | Joshua Quick |
| Created | 2018-05-15T18:38:42.000+0000 |
| Updated | 2018-11-13T19:30:30.000+0000 |
Description
*Summary:*
Add new paragraph style type
Ti.UI.ATTRIBUTE_PARAGRAPH_STYLE to AttributedString, supporting the following settings:
* alignment
* firstLineHeadIndent
* headIndent
* tailIndent
* lineBreakMode
* maximumLineHeight
* minimumLineHeight
* lineSpacing
* paragraphSpacingAfter
* paragraphSpacingBefore
* lineHeightMultiple
* hyphenationFactor
* allowsDefaultTighteningForTruncation
This is needed for parity with iOS. See: [TIMOB-24080]
No comments