DialogSheet Versions Save

An Android library to create fully material designed bottom dialogs similar to the Android Pay app.

2.2.0

4 months ago
  • Gradle was updated to v8.2.2
  • Target Android SDK was updated to 34
  • Dialog landscape width was parameterized (as requested on issue #31)

2.1.2

3 years ago
  • You can now use DialogSheet2 class if you want the new dialog style.

2.1.1

3 years ago
  • Issue #25 was fixed.
  • Kotlin was updated to v1.4.0.

2.1.0

3 years ago
  • New dialog style was added.
  • Now you can use different colors for buttons.

NOTE: This library is using Kotlin and AndroidX from this version onwards.

2.0.9

4 years ago
  • Text size support.
  • Some bugs fixed.
  • NOTE: Upcoming releases will be based on AndroidX.

2.0.8

4 years ago
  • Keyboard input bug fixed.
  • Now with buttons coloring support (again) via code.

2.0.7

4 years ago
  • Neutral button support (thanks to @owenlejeune).

2.0.6

4 years ago
  • Possibility to prevent dialog to be dismissed on button click (thanks to @owenlejeune).

2.0.5

5 years ago
  • Added AndroidX support.

2.0.4

5 years ago
  • OnDismissListener added.
  • Possibility to dynamically remove views by setting them to null. Ex: setNegativeButton(null, null);
  • Possibility to use custom typefaces for all dialog elements.