Skip to content

0.1.5

Compare
Choose a tag to compare
@fornewid fornewid released this 08 May 15:40

Dependency Updates:

No dependency updates.

Library Updates:

  • NeumorphShapeDrawable
    • Added backgroundColor, strokeColor, strokeWidth attributes. (#8, db5da70)
      <soup.neumorphism.NeumorphXXX
          ...
          app:neumorph_backgroundColor="#ff0000"
          app:neumorph_strokeColor="#00ff00"
          app:neumorph_strokeWidth="2dp" />
    • Fix shadow is shown ugly if elevation is over view size on PressedShape (#5, 5a249b6)