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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -