I am trying to achieve something similar to Google Play Music's "Listen Now" layout. Every example I have found on the web is a single, simple RecyclerView
. I am trying to achieve something much more complex. Something like
Can the whole layout (minus the toolbar) be a single RecyclerView
, that contains two more RecyclerViews? Something like
Ultimately, what I want to achieve is a layout like the below, and stay performant.
<RecyclerView> //vertical
<RecyclerView/> //vertical
<RecyclerView/> //horizontal
<LinearLayout/> //horizontal
</RecyclerView>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…