|
1 | 1 | # MagicIndicator |
| 2 | + |
2 | 3 | A powerful, customizable and extensible ViewPager indicator framework. |
3 | 4 |
|
4 | 5 |  |
5 | 6 |
|
6 | 7 | # Usage |
| 8 | + |
7 | 9 | Simple steps, you can integrate **MagicIndicator**: |
8 | 10 |
|
9 | 11 | 1. checkout out **MagicIndicator**, which contains source code and demo |
@@ -82,6 +84,7 @@ Simple steps, you can integrate **MagicIndicator**: |
82 | 84 | ``` |
83 | 85 |
|
84 | 86 | # Extend |
| 87 | + |
85 | 88 | **MagicIndicator** is easy to extend: |
86 | 89 |
|
87 | 90 | 1. extend **IPagerTitleView** to custom tab: |
@@ -158,3 +161,29 @@ QQ Group:373360748 |
158 | 161 | An intermittent perfectionist. |
159 | 162 |
|
160 | 163 | Visit [My Blog](http://hackware.lucode.net) for more articles about MagicIndicator. |
| 164 | + |
| 165 | +# License |
| 166 | + |
| 167 | + ``` |
| 168 | + MIT License |
| 169 | + |
| 170 | + Copyright (c) [year] [fullname] |
| 171 | + |
| 172 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 173 | + of this software and associated documentation files (the "Software"), to deal |
| 174 | + in the Software without restriction, including without limitation the rights |
| 175 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 176 | + copies of the Software, and to permit persons to whom the Software is |
| 177 | + furnished to do so, subject to the following conditions: |
| 178 | + |
| 179 | + The above copyright notice and this permission notice shall be included in all |
| 180 | + copies or substantial portions of the Software. |
| 181 | + |
| 182 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 183 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 184 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 185 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 186 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 187 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 188 | + SOFTWARE. |
| 189 | + ``` |
0 commit comments