Skip to content

v1.8 release

Compare
Choose a tag to compare
@orhanobut orhanobut released this 12 Jul 13:04
· 63 commits to master since this release
  • Set content width and height manually
.setContentWidth(800)
.setContentHeight(ViewGroup.LayoutParams.WRAP_CONTENT)
  • Set default height when expand feature is enabled
.setExpanded(true, 100)
  • Major change for the builder class. DialogPlus must use new static factory method to initialize.
DialogPlus dialog = DialogPlus.newDialog(context) ...
  • Major refactoring