In Android, I have a table with rows that have labels. When you tab a row, a new page is opened.
How can I set a background color for the row to make it easier for the user to see what he selected?
The color should only be visible for half a second or so, and be gone when you return to the page.
greetings Allan
1 Answer
Accepted Answer
Allan
Try the backgroundFocusedColor and backgroundSelectedColor properties of Ti.UI.TableViewRow, although bear in mind that these are both Android-specific properties.
Cheers
Your Answer
Think you can help? Login to answer this question!