You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note this library was made in the making for `Kinda` app this library was copied from `sweet-alert-dialog` repository on github we made this library because we want to use own library on `Kinda` app.So this library is in development we will monthly
You can customize progress bar dynamically with materialish-progress methods via **KAlertDialog.getProgressHelper()**:
34
49
- resetCount()
@@ -51,10 +66,6 @@ You can customize progress bar dynamically with materialish-progress methods via
51
66
- getSpinSpeed()
52
67
- setSpinSpeed(float spinSpeed)
53
68
54
-
thanks to the project [materialish-progress](https://github.com/pnikosis/materialish-progress) and [@croccio](https://github.com/croccio) participation.
55
-
56
-
more usages about progress, please see the sample.
57
-
58
69
A basic message:
59
70
60
71
new KAlertDialog(this)
@@ -145,4 +156,24 @@ Show the cancel button and bind listener to it:
145
156
.changeAlertType(KAlertDialog.SUCCESS_TYPE);
146
157
}
147
158
})
148
-
.show();
159
+
.show();
160
+
161
+
## License
162
+
163
+
*[Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
164
+
165
+
```
166
+
Copyright 2019 KAlertDialog
167
+
168
+
Licensed under the Apache License, Version 2.0 (the "License");
169
+
you may not use this file except in compliance with the License.
170
+
You may obtain a copy of the License at
171
+
172
+
http://www.apache.org/licenses/LICENSE-2.0
173
+
174
+
Unless required by applicable law or agreed to in writing, software
175
+
distributed under the License is distributed on an "AS IS" BASIS,
176
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
177
+
See the License for the specific language governing permissions and
0 commit comments