[TIMOB-18839] Windows: Implement Ti.UI.setBackgroundColor
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-04-21T17:47:22.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Kota Iguchi |
Created | 2015-04-17T13:33:45.000+0000 |
Updated | 2020-10-02T16:32:52.000+0000 |
Description
http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI-property-backgroundColor
Sets the background color of the master view (when there are no windows or other top-level controls displayed).
The default background color may also show through if you use semi-transparent windows.
https://github.com/appcelerator/titanium_mobile_windows/pull/223
Closing ticket as fixed.
So now that Ti.UI.setBackgroundColor has been depreciated (since Ti SDK 8.0.0), what's the proper way to set the master UI view background color? The docs don't show that Ti.UI has a backgroundColor property.