truizlop / SectionedRecyclerView

An adapter to create Android RecyclerViews with sections, providing headers and footers.
806 stars 144 forks source link

Is there a way to give background to individual sections? #28

Open sujeshshetty opened 6 years ago

sujeshshetty commented 6 years ago

In my app i have 5 sections, I'm able to set background to individual items, but I need to give background to individual sections. Suppose I have a section Videos , I need to add background for the whole section and different background for whole Audio section how can I achieve this ?