[TIMOB-15098] Android: (Parity) Add support for shadowColor & shadowOffset to labels
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2017-06-27T20:37:05.000+0000 |
Affected Version/s | Release 3.1.2 |
Fix Version/s | n/a |
Components | Android |
Labels | android, shadow, text |
Reporter | Fokke Zandbergen |
Assignee | Eric Merriman |
Created | 2013-09-05T14:23:12.000+0000 |
Updated | 2017-06-27T20:37:05.000+0000 |
Description
Adding a shadow to text is a very common request I get. For simple texts I can get away with stacking 2 labels, but as it gets more complex (alignment, wordWrap..) this gets more tricky.
I'm reading that Android
TextView
has a shadowLayer
which seems to be able to do the job.
IMHO parity should be high priority.
In the docs and release notes for 3.2.0 I see this is fixed. However, it only works if you also use
shadowRadius
?Please refer to TC-3365.