Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14519] Android: When using Holo theme, table highlight color does not match

GitHub Issuen/a
TypeBug
PriorityLow
StatusReopened
ResolutionUnresolved
Affected Version/sRelease 3.1.1
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, tableview, theme
ReporterJong Eun Lee
AssigneeUnknown
Created2013-04-10T17:10:09.000+0000
Updated2018-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

FileDateSize
5560_titanium_4_HVGA_x86.png2013-04-10T17:10:09.000+000086164

Comments

  1. Shak Hossain 2013-06-27

    Since the issue has been fixed, closing it. Please try our CI build for updates.
  2. Joucke Hempenius 2013-07-02

    Why was this closed as fixed? It's still happening... Also, the tablerow dividers are different than from Holo theme.
  3. Daniel Sefton 2013-07-10

    Tested and confirmed on Samsung Galaxy S3 Android 4.0.4 with Ti SDK 3.1.1 GA.

JSON Source