Skip to content

New Release v10.1.1

Choose a tag to compare

@TutorialsAndroid TutorialsAndroid released this 22 May 11:38
· 7 commits to master since this release

New in v10.1.1

  • Added programmatic dialog width and height customization.
  • Added responsive percentage-based dialog sizing for tablets, foldables, landscape mode, and ultra-wide screens.
  • Added direct layout-param based sizing support using ViewGroup.LayoutParams.MATCH_PARENT, WRAP_CONTENT, or exact pixel values.
  • Documented the GitHub issue solution for changing dialog width and height before showing the picker.
  • Improved README examples for dialog theme and dialog size customization.