[TIMOB-14519] Android: When using Holo theme, table highlight color does not match
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Reopened |
Resolution | Unresolved |
Affected Version/s | Release 3.1.1 |
Fix Version/s | n/a |
Components | Android |
Labels | android, tableview, theme |
Reporter | Jong Eun Lee |
Assignee | Unknown |
Created | 2013-04-10T17:10:09.000+0000 |
Updated | 2018-02-28T20:04:14.000+0000 |
Description
*Problem description*
Android: When using Holo.light theme on Android, the table highlight color does not match, it should be blue.
See the attached screenshot.
*Test case*
var win = Titanium.UI.createWindow({
backgroundColor : "#FFF"
});
var tableData = [{
title : 'Apples'
}, {
title : 'Oranges'
}, {
title : 'Peaches'
}];
var table = Ti.UI.createTableView({
data : tableData
});
win.add(table);
win.open();
Attachments
File | Date | Size |
---|---|---|
5560_titanium_4_HVGA_x86.png | 2013-04-10T17:10:09.000+0000 | 86164 |
Since the issue has been fixed, closing it. Please try our CI build for updates.
Why was this closed as fixed? It's still happening... Also, the tablerow dividers are different than from Holo theme.
Tested and confirmed on Samsung Galaxy S3 Android 4.0.4 with Ti SDK 3.1.1 GA.