Hello Friends, I want to achieve like this,
| | | | | | | | | | | < | | Menu Item1 | | Menu Item2 | | Menu Item3 | | > | | | | | | | | | | | I want to put this on top of the screen. It can have more than 3 menu item and it can traverse through previous and next. I started with like this, RelativeLayout ( width - fill_parent) | |___ Gallery View ( Here i appended adapter ) There is two problem, - Gallery view contains the space before and after - While scrolling its item gets selected Though its not ideal solution for this. How can i build custom component like this ? Help appreciated. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

