mgolokhov / dodroid

May the knowledge be with you!
MIT License
20 stars 12 forks source link

Add dividers and spaces between items in RecyclerView #29

Closed mgolokhov closed 8 years ago

mgolokhov commented 8 years ago

http://stackoverflow.com/questions/24618829/how-to-add-dividers-and-spaces-between-items-in-recyclerview

JaeW commented 8 years ago

So you're wanting dividers between the question area and the area which holds the score, commit button and question count? Also between the question and the tag display at the top underneath the App Bar?

mgolokhov commented 8 years ago

I pushed a new activity with the topic chooser (a stub for now). It's implemented with the help of RecyclerView. By default, RecyclerView doesn't have dividers like ListView.