Attached is the screenshot of the UI that I would like to have in my app. When I click on the listitems on the fragment on the left side I see a arrow pointing(question mark in red) on the list item which was clicked, I would like to know how can we achieve this in UI layout. Any special settings to be set?

enter image description here

link|improve this question

79% accept rate
Someone please reply! – Sana Jun 15 '11 at 3:08
feedback

1 Answer

up vote 1 down vote accepted

I was looking at the same feature.

To implement similar, I'd suggest showing an image on the selected item in the list, this would require code rather than Layout XML, It would be controlled by the list fragment when an item is selected. That way you get the visual effect that the two fragments are related via the arrow image.

Did you end up giving it a go for yourself?

link|improve this answer
Even I had the same approach of showing an image which mathces with the fragment on right and has a border so that it gives aon outlook of an arrow. – Sana Jun 28 '11 at 15:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.