dialogplus v1.8 Release Notes

Release Date: 2015-07-12 // almost 9 years ago
    • Set content width and height manually

      .setContentWidth(800) .setContentHeight(ViewGroup.LayoutParams.WRAP_CONTENT)

    • 0️⃣ 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