Android-PromptDialog 提示窗口,正在加载中,确认对话框,轻量View,非组合框架

网友投稿 826 2022-10-29

Android-PromptDialog 提示窗口,正在加载中,确认对话框,轻量View,非组合框架

Android-PromptDialog 提示窗口,正在加载中,确认对话框,轻量View,非组合框架

Android-PromptDialog

提示窗口,正在加载中,确认对话框,广告展示,底部Sheet选项,非组合控件,感谢star

1、添加依赖

allprojects { repositories { ... maven { url 'https://jitpack.io' } }}

dependencies { ... compile 'com.github.limxing:Android-PromptDialog:1.1.3'}

2、创建对象及使用方法

3、自定义窗口style

/* 均为单例,设置一次后会影响另一个,因此如果效果不同那么调用前设置一次*///自定义提示框Style,适应于show...(消息提示框,展示广告)promptDialog.getDefaultBuilder().touchAble(true).round(3).loadingDuration(3000)..//自定义弹窗对话框Style,适应于Alert 及AlertSheet(Alert弹窗,底部AlertSheet)promptDialog.getAlertDefaultBuilder().touchAble(false).round(5)...

4、按需处理返回键

//返回键的处理仅是Alert 或AlertSheet的关闭操作 @Override public void onBackPressed() { if (promptDialog.onBackPressed()) super.onBackPressed(); }

License

Copyright 2017 LimxingLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:一个能让Windows任务栏半透明/透明轻量级的实用程序
下一篇:uftrace工具是跟踪和分析以C/C ++编写的程序的执行
相关文章

 发表评论

暂时没有评论,来抢沙发吧~