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.xmlxmlns: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使用记录所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)