Hi,
I'm implementing a menu using vertical list the requirement is as such that the selected item in the list should highlight with some background color which is already achieved
The issue I'm facing is with the icons there are two set of icons for each item (highlighted icon & nonhighlighted icon )
When selected it should show highlighted icon & change the previous item icon to its nonhighlighted icon
eg when I navigate & select say twitter it should show its highlighted image and say previous selected item was Instagram it should show its nonhighlighted image
I have created separate bitmap resources for highlighted & nonhighlighted
thanks