Skip to content

Commit a55098c

Browse files
author
Dimitry Ivanov
committed
Updated README
1 parent 378b478 commit a55098c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
All GIFs here are taken from `sample` application module.
1212

13+
![colorful_sample](art/scrollable_colorful.gif) ![custom_overscroll_sample](art/scrollable_custom_overscroll.gif) ![dialog_sample](art/scrollable_dialog.dif)
14+
15+
<sup>*Serving suggestion</sup>
1316

1417
## Installation
1518
```groovy
@@ -257,3 +260,22 @@ scrollableLayout.animateScroll(0)
257260
```
258261

259262
Please note that `ScrollableLayout` caches returned `ValueAnimator` and reuses it. First of all because it doesn't make sense to have two different scrolling animations on one `ScrollableLayout`. So, it's advisable to clear all possible custom state before running animation (just like `View` handles `ViewPropertyAnimator`)
263+
264+
265+
## License
266+
267+
```
268+
Copyright 2015 Dimitry Ivanov (mail@dimitryivanov.ru)
269+
270+
Licensed under the Apache License, Version 2.0 (the "License");
271+
you may not use this file except in compliance with the License.
272+
You may obtain a copy of the License at
273+
274+
http://www.apache.org/licenses/LICENSE-2.0
275+
276+
Unless required by applicable law or agreed to in writing, software
277+
distributed under the License is distributed on an "AS IS" BASIS,
278+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
279+
See the License for the specific language governing permissions and
280+
limitations under the License.
281+
```

0 commit comments

Comments
 (0)