You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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).
Copy file name to clipboardexpand all lines: README.md
+16-8
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,10 @@ A new Material Design text field that comes in a box, based on Google Material D
19
19
20
20
## ***UPDATE NOTICE***
21
21
22
-
#### 1.3.2 Release
23
-
- fix issues #9#19#21
22
+
#### 1.3.3 Release
23
+
- add `app:isResponsiveIconColor` attribute for setting, in xml, whether the icon signifier will change its color when gaining or losing focus in.
24
+
25
+
- set icon signifier and end icon with drawable (PR #23).
24
26
25
27
#### 1.3.0 Release
26
28
- 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`.
@@ -351,6 +353,14 @@ TextFieldBoxes use the color attributes within the current theme and will automa
351
353
|`app:primaryColor`| The color for the underline and the floating label text | Current theme `colorPrimary`|
352
354
|`app:panelBackgroundColor`| The color for the panel at the back | 6% Current theme `colorForeground`|
353
355
356
+
##### Icons
357
+
358
+
| Attribute | Description | Default |
359
+
| --- | --- | --- |
360
+
|`app:iconSignifier`| The resource ID of the icon before the TextFieldBoxes |`0`|
361
+
|`app:endIcon`| The resource ID of the icon at the end of the field |`0`|
362
+
|`app:isResponsiveIconColor`| whether the icon signifier will change its color when gaining or losing focus as the label and the bottomLine do. |`True`|
363
+
354
364
##### Characters counter
355
365
356
366
| Attribute | Description | Default |
@@ -363,8 +373,6 @@ TextFieldBoxes use the color attributes within the current theme and will automa
363
373
| Attribute | Description | Default |
364
374
| --- | --- | --- |
365
375
|`app:enabled`| Whether the text field is enabled |`True`|
366
-
|`app:iconSignifier`| The resource ID of the icon before the TextFieldBoxes |`0`|
367
-
|`app:endIcon`| The resource ID of the icon at the end of the field |`0`|
368
376
|`app:hasClearButton`| Whether to show the clear button at the end of the EditText |`False`|
369
377
|`app:hasFocus`| Whether the EditText is having the focus |`False`|
0 commit comments