hello world i want to implement something like GirdView on HorizontalScrollView but each column has different height
like | 2 | | 1 2 3 | | 1 2 3 | | 1 3 | and after scroll to left <--- | 3 | | 2 3 4| | 2 3 4| | 2 4| so far i hope the move can be continuously(like originally GridView) maybe the above question can be solved by tricky multiple LinearLayouts however to be more precisely in real case we hope the move path when scrolling will be a curve _ ( like a ~, not a _| |_ shape) so i am wondering can we apply the Path class to some sort of custom layout and make it move along the path??? thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---