scrollview - android scroll view nesting -


i'm trying make layout has structure:

main_linear      scroll_days         days_linear             scroll_day                 day                     hour                         part                             text1                             text2                         text3                         text4 

but end 1 scroll days. want every day have own vertical scroll, show 1 day on screen, slide left/right change days , slide up/down show hours.

thanks help.

maybe should use custom listview achieve that.

you can have @ https://github.com/jimismith/pinnedheaderlistview listview handles groups.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -