6

I need to make a sliding vertical menu in android as below. user slide the screen to up or down for selecting related item and the selected item must be bigger than the other items. How can I do that in android? Any idea would be great.

enter image description here

Edit:

I'm very desperate and need some help. how to do this in android? http://iphone2020.wordpress.com/2012/06/10/uitableview-tricks/

Mustafa Güven
  • 15,526
  • 11
  • 63
  • 83

1 Answers1

0

This can probably be achieved by using the Camera.setTranslate function. See Android: Vertical ListView with overlaped rows and Android: vertical 3d listview for similar questions (with solutions)

Community
  • 1
  • 1
Marc Van Daele
  • 2,856
  • 1
  • 26
  • 52