I’m trying to implement a ListView filled with a specific bus schedule (it’s just a list filled with specific times).
What I’m looking for is a proper way (following the guidelines) to highlight/emphasize a specific row to indicate when the next bus arrives.
First I did this changing the background colour of the row, but since this is also used for selection in the contextual action bar, it may look counter intuitive (and also against the ICS guidelines).
Is there a better way to accomplish this?
Thank you
ICS native apps often do use a slight change in row background color to highlight active or emphasized rows. See Talk:
Talk http://developer.android.com/design/static/content/themes_holo_inverse.png
I would just suggest keeping the same background color but using a subtle change in shade, since ICS selection will use a colored background (light blue in the case of the Nexus.)