Skip to content

Sheets 2.2.0

Compare
Choose a tag to compare
@maxkeppeler maxkeppeler released this 18 Apr 12:46
· 180 commits to main since this release

StorageSheet (new)

The new StorageSheet allows the (single or multiple) selection of folders or files.

InputSheet

  • New: InputSwitch model for displaying a Switch
  • New: InputSeparator model for dividing the content/ inputs
  • Changed: Vertical paddings and margins reduced
  • Fix: Temp use of start icon of the TextInputLayout due to issue with 0dp width in ConstraintLayout

OptionsSheet

  • New: Method added to define the amount of columns
  • New: LongClickListener can be added to an option
  • New: Subtitle/caption text for options
  • New: Custom default color options for icon, title and subtitle of an option

ColorSheet

  • New: More methods to add colors

General

  • New: Limit the width of the sheet
  • New: Limit the content layout height
  • Fix: Positive and negative button icon color with ButtonStyle.NORMAL
  • Fix: String fixes
  • Changed: jCenter repo removed
  • Changed: Toolbar of sheet is not displayed if it was not setup
    and other small things...