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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
Getting Started
10
10
------------------------
11
-
`CustomEditTextOulinedBorder` is a small kotlin library for android to support outlined (stroked) text in EditText widgets same as [Material Design Outlined Box](https://material.io/develop/android/components/text-input-layout/) but without Floating Label.
11
+
`SSCustomEditTextOutLineBorder` is a small kotlin library for android to support outlined (stroked) text in EditText widgets same as [Material Design Outlined Box](https://material.io/develop/android/components/text-input-layout/) but without Floating Label.
12
12
13
13
The actual features are:
14
14
@@ -52,10 +52,10 @@ dependencies {
52
52
|`app:custom_component_editText_hint`| Set EditText hint |`R.string.app_name`|
53
53
|`app:custom_component_maxline`| Set maximum height of the EditText |`1`|
54
54
|`app:custom_component_minline`| Set minimum height of the EditText |`1`|
55
-
|`app:custom_component_title_color`| Set Outlined border color |`#666666`|
56
-
|`app:custom_component_title_error_color`| Set Outlined border color |`#f15454`|
55
+
|`app:custom_component_title_color`| Set Outlined title color |`#666666`|
56
+
|`app:custom_component_title_error_color`| Set Outlined title error color |`#f15454`|
57
57
|`app:custom_component_border_color`| Set Outlined border color |`#979797`|
58
-
|`app:custom_component_border_error_color`| Set Outlined border color |`#f15454`|
58
+
|`app:custom_component_border_error_color`| Set Outlined border error color |`#f15454`|
59
59
|`app:custom_component_title_bg_color`| Set Outlined border title background color |`R.color.colorPrimary`|
60
60
|`app:custom_component_editText_bg_color`| Set EditText background color |`R.color.colorPrimary`|
61
61
|`app:custom_component_maxLength`| Set EditText maxLength |`99`|
0 commit comments