From 50dec95ec9b09eacaaa2c65b582b7b146b99f686 Mon Sep 17 00:00:00 2001 From: Little Mango <244261996@qq.com> Date: Thu, 5 Jul 2018 09:39:56 +0800 Subject: [PATCH] Update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d028766..4d287e1 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,12 @@ Android library that provides A RecyclerView.LayoutManager implementation which provides functionality to show a group of stack view. -Overview --------- ![IMG](gif/sample1.gif) ![IMG](gif/sample2.gif) + +Overview +-------- + **StackLayoutManager** provides the following advantages: * **High performance**: the bottom layer use the recyclerView recycle mechanism to allow you to display a large number of itemviews without OOM. @@ -105,6 +107,5 @@ You can clone or download this project to your computer and install **sample** a License ------- MIT License -See [MIT License][License] website. +See [MIT License](LICENSE) -[License]: https://www.mit-license.org