Sweet Alert Dialog 201910使用记录

Sweet Alert Dialog 201910使用记录,第1张

概述SweetAlertDialog201910使用记录PS.处女作,不喜勿喷。环境:androidstudio3.5.1jdk1.8build:gradle:3.5.1第一步:添加依赖implementation'com.github.f0ris.sweetalert:library:1.5.1'第二步:修改了AndroidManifest.xmlxmlns:tools="http://schemas.an

Sweet Alert Dialog 201910使用记录

PS. 处女作,不喜勿喷。

环境:
androID studio 3.5.1
jdk 1.8
build:gradle:3.5.1


第一步:添加依赖
implementation 'com.github.f0ris.sweetalert:library:1.5.1'

第二步:修改了AndroIDManifest.xml
xmlns:tools="http://schemas.androID.com/tools"tools:replace="androID:icon,androID:theme,androID:allowBackup,androID:label,androID:supportsRtl"

sync

使用
SweetAlertDialog pDialog = new SweetAlertDialog(this, SweetAlertDialog.PROGRESS_TYPE);pDialog.getProgressHelper().setbarcolor(color.parsecolor("#A5DC86"));pDialog.setTitleText("Loading");pDialog.setCancelable(false);pDialog.show();

更多使用,参考官网

参考文档:

https://blog.csdn.net/ljb780830997/article/details/79065576

https://stackoverflow.com/questions/47195517/androID-studio-3-0-error-with-sweet-alert-dialog-library

总结

以上是内存溢出为你收集整理的Sweet Alert Dialog 201910使用记录全部内容,希望文章能够帮你解决Sweet Alert Dialog 201910使用记录所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1092337.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存