Neumorphism Versions Save

Try to Neumorphism in Android (Just experimental!! 🧪)

0.1.7

4 years ago

Dependency Updates:

No dependency updates.

Library Updates:

Break Changes:

  • Deprecated NeumorphEditText
    • It is difficult to customize the details of the EditText. Therefore, if necessary, use a card view to wrap the custom view instead. This method can be easily used for more diverse components.
      <NeumorphCardView>
          <CustomView />
      </NeumorphCardView>
      

0.1.6

4 years ago

Dependency Updates:

No dependency updates.

Library Updates:

0.1.5

4 years ago

Dependency Updates:

No dependency updates.

Library Updates:

0.1.4

4 years ago

Dependency Updates:

No dependency updates.

Library Updates:

  • NeumorphImageButton
    • New component!
  • NeumorphShapeDrawable
    • Added press animations for FLAT, BASIN shape. In default, support for the following components:
      • NeumorphButton
      • NeumorphFloatingActionButton
      • NeumorphImageButton

0.1.3

4 years ago

Dependency Updates:

No dependency updates.

Library Updates:

  • Bug fixes:
    • Fixed shape doesn't change dynamically.
    • Define neumorph_shapeAppearance attribute to all widgets.

0.1.2

4 years ago

Dependency Updates:

No dependency updates.

Library Updates:

  • NeumorphImageView
    • New component!
  • NeumorphShapeDrawable
    • Added BASIN for ShapeType. BASIN is a combination of FLAT and PRESSED type.

0.1.1

4 years ago

No more has dependency for Blurry.

Dependency Updates:

Dependency Previous version New version
blurry 3.0.0 -

Library Updates:

  • NeumorphEditText
  • NeumorphButton
    • New component!
  • NeumorphShapeDrawable
    • New added to draw multiple neumorphism shape in common.

0.1.0

4 years ago

Initial release for neumorphism design library.

Dependency Updates:

Dependency Previous version New version
kotlin - 1.3.71
androidx-appcompat - 1.1.0
blurry - 3.0.0

Library Updates:

  • NeumorphCardView
  • NeumorphFloatingActionButton
  • NeumorphTextView
    • New component!