/CenterScaledRecyclerView

CenterScaledRecyclerView

Primary LanguageJava

A RecyclerView demo that central item can be scaled.

modified from WearableListView, i want to change WearableListView to show more than three items.

just use the method to set the visable item number: setMaxVisableItemNum(int maxItemNum)

###Note:###

the maxItemNum should be an odd number.