Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do create this gmail app effect on Honeycomb

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

like image 611
Sana Avatar asked Nov 04 '22 20:11

Sana


1 Answers

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?

like image 135
benwesley Avatar answered Nov 14 '22 01:11

benwesley