Skip to content

Commit 2f1bdb3

Browse files
committed
Formatting improvements
1 parent 664c36d commit 2f1bdb3

File tree

1 file changed

+28
-16
lines changed

1 file changed

+28
-16
lines changed

README.md

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ The following is a brief documentation of the classes, methods and views include
2222

2323
1. [Import and usage](#import)
2424
2. [ImageViewEx](#imageviewex)
25-
* [Animated GIF](#animated-gifs)
26-
* [Conditional animation](#conditional-animation)
27-
* [Density level](#density-level)
28-
* [Regular behavior](#regular-behavior)
29-
* [Example of use](#imageviewex-example)
25+
* [Animated GIF](#animated-gifs)
26+
* [Conditional animation](#conditional-animation)
27+
* [Density level](#density-level)
28+
* [Regular behavior](#regular-behavior)
29+
* [Example of use](#imageviewex-example)
3030
3. [ImageViewNext](#imageviewnext)
31-
* [Remote loading and caching of images](#remote-loading)
32-
* [Loading and Error Drawables](#loading-error-drawables)
33-
* [Getting images from the Internet](#getting-from-internet)
34-
* [Handling network failures](#network-failures)
35-
* [Maximum number of threads](#thread-number)
36-
* [Example of use](#imageviewnext-example)
31+
* [Remote loading and caching of images](#remote-loading)
32+
* [Loading and Error Drawables](#loading-error-drawables)
33+
* [Getting images from the Internet](#getting-from-internet)
34+
* [Handling network failures](#network-failures)
35+
* [Maximum number of threads](#thread-number)
36+
* [Example of use](#imageviewnext-example)
3737
4. [Known issues and workarounds](#issues-workarounds)
3838
5. [Some boring stuff](#boring-stuff)
3939
6. [Version history](#history)
@@ -293,9 +293,21 @@ Released under the [MIT license](http://www.opensource.org/licenses/mit-license.
293293
294294
Copyright (c) 2011-2013 Francesco Pontillo and Sebastiano Poggi
295295
296-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
297-
298-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
299-
300-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
296+
Permission is hereby granted, free of charge, to any person obtaining a copy
297+
of this software and associated documentation files (the "Software"), to deal
298+
in the Software without restriction, including without limitation the rights
299+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
300+
copies of the Software, and to permit persons to whom the Software is
301+
furnished to do so, subject to the following conditions:
302+
303+
The above copyright notice and this permission notice shall be included in
304+
all copies or substantial portions of the Software.
305+
306+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
307+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
308+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
309+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
310+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
311+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
312+
THE SOFTWARE.
301313
```

0 commit comments

Comments
 (0)