[TIMOB-19064] Adding TableView to a default Alloy project results in invisible items
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 4.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Unknown |
Created | 2015-06-23T10:51:31.000+0000 |
Updated | 2018-02-28T19:55:01.000+0000 |
Description
Reported via Q&A:
https://community.appcelerator.com/topic/794/very-basic-start-with-tableview/12
The default Alloy app sets the backgroundColor of the Window to white. When you add a simple TableView and populate it with a data array instead of TableViewRows, the titles will by default be white as well on Android, which makes them invisible on the white background.
We should either force the same default colours for Windows, Labels, TableViewRow etc for all platforms (probably in the SDK, not in Alloy TSS), or set none at all, which would in this case have resulted in a dark background and visible white titles on Android.
No comments