carrot / recycler-core

Multiple view type handling in RecyclerViews with 90% less tears
25 stars 1 forks source link

Rename ProgressRecyclerView to ProgressRecyclerViewLayout #7

Closed roideuniverse closed 9 years ago

roideuniverse commented 9 years ago

Having a name like ProgressRecyclerView gives the feeling that it is an instance of RecyclerView but it is actually an instance of RelativeLayout. Rename ProgressRecyclerView to ProgressRecyclerViewLayout would solve the confusion.

https://github.com/carrot/recycler-core/blob/master/src/main/java/com/carrotcreative/recyclercore/widget/ProgressRecyclerView.java#L12