|
3 | 3 |  |
4 | 4 |  |
5 | 5 |
|
6 | | -Slide button library for android |
| 6 | +Slide button library for android, we hope this library is useful and easy to customize as you needed. |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +# Gradle |
| 11 | + |
| 12 | +```groovy |
| 13 | +... |
| 14 | + dependencies { |
| 15 | + |
| 16 | + implementation 'id.ss564.lib.slidingbutton:slidingbutton:<latest-version>' |
| 17 | + |
| 18 | + } |
| 19 | +... |
| 20 | +``` |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +# How To Use |
| 27 | +In your layout.xml file, add this view |
| 28 | + |
| 29 | +```xml |
| 30 | +<id.ss564.lib.slidingbutton.SlidingButton |
| 31 | + android:id="@+id/slidingButton" |
| 32 | + android:layout_width="match_parent" |
| 33 | + android:layout_height="wrap_content" |
| 34 | +/> |
| 35 | +``` |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
7 | 40 |
|
8 | 41 | # License |
9 | 42 | MIT License |
10 | | - |
| 43 | + |
11 | 44 | Copyright (c) 2020 Source Set 564 Contributors |
12 | | - |
| 45 | + |
13 | 46 | Permission is hereby granted, free of charge, to any person obtaining a copy |
14 | 47 | of this software and associated documentation files (the "Software"), to deal |
15 | 48 | in the Software without restriction, including without limitation the rights |
16 | 49 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
17 | 50 | copies of the Software, and to permit persons to whom the Software is |
18 | 51 | furnished to do so, subject to the following conditions: |
19 | | - |
| 52 | + |
20 | 53 | The above copyright notice and this permission notice shall be included in all |
21 | 54 | copies or substantial portions of the Software. |
22 | | - |
| 55 | + |
23 | 56 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
24 | 57 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
25 | 58 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|
0 commit comments