[TIMOB-1618] Android: Expose Ti.UI.Label.minimumFontSize for Parity
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-01-27T23:46:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.1.0 |
Components | Android |
Labels | parity, tbs-1.8.2 |
Reporter | Ralf Pfeiffer |
Assignee | Hans Knöchel |
Created | 2011-04-15T02:57:29.000+0000 |
Updated | 2017-06-09T14:36:31.000+0000 |
Description
https://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.Label-object"> https://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI... lists in properties:
minimumFontSize int
the minimum size of the font when the font is sized
based on the contents. Enables font scaling to fit
and forces the label content to be limited to a single line
This is extremely useful, however it appears to only be implemented on iOS; the property is never even checked in the Android code.
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2016-12-30 at 21.04.59.png | 2016-12-30T20:06:35.000+0000 | 252675 |
Screen Shot 2016-12-30 at 21.05.38.png | 2016-12-30T20:06:34.000+0000 | 255767 |