StackLayoutManager
StackLayoutManager copied to clipboard
A RecyclerView.LayoutManager implementation which provides functionality to show a group of stack view.
Looks like there is no animation on item insert or remove
children are not showing when center corp is used
In StackLayoutManager.kt, the class construct an animation and a layout using a declared constructor. These constructors get stripped by ProGuard, and the app will display the following exception: I added...
We get the following error: `Failed to resolve: com.littlemango:stacklayoutmanager:1.0.5 Show in Project Structure dialog Affected Modules: app`