Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-07-12 | 421 Bytes | |
v1.8 release.tar.gz | 2015-07-12 | 4.1 MB | |
v1.8 release.zip | 2015-07-12 | 4.1 MB | |
Totals: 3 Items | 8.2 MB | 0 |
-
Set content width and height manually
:::java .setContentWidth(800) .setContentHeight(ViewGroup.LayoutParams.WRAP_CONTENT) - Set default height when expand feature is enabled
:::java .setExpanded(true, 100) - Major change for the builder class. DialogPlus must use new static factory method to initialize.
:::java DialogPlus dialog = DialogPlus.newDialog(context) ... - Major refactoring