GalleryLayoutManager
GalleryLayoutManager copied to clipboard
New way to implements ViewPager/Gallery in Android with RecycleView
Results
23
GalleryLayoutManager issues
Sort by
recently updated
recently updated
newest added
1.内部调了mCurSelectedView.setSelected()导致onLayoutChildren回调频繁 2.onLayoutChildren内部错误的逻辑导致item无法刷新 ` if (state.getItemCount() != 0 && !state.didStructureChange()) { if (BuildConfig.DEBUG) { Log.d(TAG, "onLayoutChildren: ignore extra layout step"); } return; } `