Android CircleDialog Versions Save

仿IOS圆角对话框、进度条、列表框、输入框,ad广告框,支持横竖屏切换

5.3.11

1 year ago

添加过时方法,兼容旧版本

5.3.10

1 year ago

解决输入框输入太长将底部按钮顶出界面问题

5.3.9

2 years ago

修复maxHeight失效

5.3.8

2 years ago

修复某些机型maxHeight失效

5.3.6

3 years ago

增加确定按钮的倒计时 setPositiveTime(long countDownTime, long countDownInterval, String countDownText, CountDownTimerObserver observer) setProgressText(String text, String timeoutText)

2.6.20

3 years ago

修复已经bug

3.2.2

3 years ago

增加对话框高度setHeight 修复BaseCircleDialog参数无效问题

5.3.5

3 years ago

1、修复必须设置setInputCounter才能输入的问题

2、输入框作废isCounterAllEn,替换为maxLengthType

  • maxLengthType默认按字节计算
  • maxLengthType=1,中英文
  • maxLengthType=2,英文

3、增加按字节计算最大长度

2.6.19

3 years ago

输入框作废isCounterAllEn,替换为maxLengthType 增加按字节计算最大长度 maxLengthType默认按字节计算 maxLengthType=1,中英文 maxLengthType=2,英文

2.6.18

3 years ago

标题属性增加padding