TextFieldBoxes Versions Save

Material Design text field that comes in a box, based on (OLD) Google Material Design guidelines.

1.3.5

6 years ago
  • fix issue #31 #32.

  • add giveFocus param in setError() for setting whether the field will gain focus when set error on.

  • add secondaryColor for setting the color of the underline, the floating label text and the icon signifier when NOT HAVING focus (opposite to primaryColor).

  • add counterColor for setting the color of the counter text.

1.3.4

6 years ago
  • fix issue #25.

  • add giveFocus param in setError() for setting whether the field will gain focus when set error on.

1.3.3

6 years ago
  • add app:isResponsiveIconColor attribute for setting, in xml, whether the icon signifier will change its color when gaining or losing focus in.

  • set icon signifier and end icon with drawable (PR #23).

1.3.2

6 years ago
  • fix issues #9 #19 #21

1.3.1

6 years ago
  • fix rendering issue
  • performance improvement
  • exemplar reformat

1.3.0

6 years ago
  • the "EditText" part is now seperated from the TextFieldBoxes. TextFieldBoxes is now a container (just like a TextInputLayout) that should and should only contain one ExtendedEditText that inherents the TextInputEditText.

  • Prefix and Suffix attributes are now belonging to the ExtendedEditText.

  • Text, hint, SingleLine and MaxLines attributes are now removed. Instead, one should set them in the ExtendedEditText with original android: attributes.

  • the bottom view which contains helper and counter labels will now be hidden when it's empty.

1.2.1

6 years ago
  • fix Label doesn't go up when using setText() #13
  • fix "match_parent" dont work in constraint layout #12
  • fix Sometimes when click on the view it does not show the cursor #14
  • Add adaptive icon color option #11

1.2.0

6 years ago
  • fix the bug of when height (or width) is set to wrap_content yet fills up the whole space.

  • old hint attribute is renamed to labelText.

  • current hint attribute is for the placeholder text that is shown in the field when there is no text and is on focus.

  • add Clear Button, can be activated with app:hasClearButton in xml or setHasClearButton(boolean hasClearButton) in Java code.

  • add End Icon, can be activated with app:endIcon in xml or setEndIcon(Int resourceID) in Java code. Use getEndIconImageButton() to do something useful with it.

1.1.0

6 years ago
  • Prefix & Suffix
  • Icon Signifier
  • Dark Theme

1.0.1

6 years ago
  • Customizable panel background color
  • Grayscale colors uses transparency of black
  • Improve the way of displaying bottomLine that is according to Material Design Guideline