# CenterScaledRecyclerView **Repository Path**: mirrors_Modificator/CenterScaledRecyclerView ## Basic Information - **Project Name**: CenterScaledRecyclerView - **Description**: CenterScaledRecyclerView - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A RecyclerView demo that central item can be scaled. modified from [WearableListView](https://android.googlesource.com/platform/packages/apps/PackageInstaller/+/master/src/android/support/wearable/view/WearableListView.java), 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. ![](demo.gif)