We are d-pad enabling our application.
In the emulator and on my Droid X the selected table view row is an orange color on our gold background. We hard coded buttons and other controls to use a similar orange color. However, on another device the highlight is red instead of orange.
Is there any way to get the device's default selected color for a table view row so we can use the same color for our other controls/features?
We also attempted to set the backgroundSelectedColor of the TableViewRows so that they matched the custom colors on the other features, but this did not work (no change, still red).
Thank you
Your Answer
Think you can help? Login to answer this question!