Skip to content

Releases: QmDeve/AndroidLiquidGlassView

v0.0.1-alpha04

01 Nov 16:23

Choose a tag to compare

  • The bug where the blur radius cannot be set to 0 has been fixed
  • The bug that causes slight flickering when some equipment dynamically adjusts parameters has been fixed

v0.0.1-alpha03

01 Nov 09:53

Choose a tag to compare

Some bug have been fixed

v0.0.1-alpha02

01 Nov 01:22

Choose a tag to compare

Methods marked as Deprecated:

  • setCornerRadiusDp(float dp)
  • setCornerRadiusPx(float px)
  • setRefractionHeightDp(float dp)
  • setRefractionHeightPx(float px)
  • setRefractionOffsetDp(float dp)
  • setRefractionOffsetPx(float px)

New method added:

  • setCornerRadius(float px)
  • setRefractionHeight(float px)
  • setRefractionOffset(float px)

The setCornerRadius method restricts 0dp-99dp

v0.0.1-alpha01

31 Oct 16:05

Choose a tag to compare

v0.0.1-alpha01