ListView nested scrolling on API<21

后端 未结 3 2281
长情又很酷
长情又很酷 2020-12-06 18:00

Title is clear. I\'m having this layout:

_________________
|_______________| <- Toolbar    
|___|___|___|___| <- Tablayout
|               |
|                  


        
3条回答
  •  春和景丽
    2020-12-06 18:38

    Unfortunately, there is no way to get nested scrolling working on ListView - otherwise it wouldn't require the modifications that were done in API 21.

    You'll note that the current Parse SDK has actually removed ParseQueryAdapter entirely. Given that, it may make sense to start building your own RecyclerView based adapter using the Parse query APIs directly.

提交回复
热议问题