Skip to content

Commit 70064ea

Browse files
Merge pull request #4 from simformsolutions/ShwetaChauhan18-patch-1
Update README.md
2 parents f9539aa + ea1c92e commit 70064ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Getting Started
1010
------------------------
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.
1212

1313
The actual features are:
1414

@@ -52,10 +52,10 @@ dependencies {
5252
| `app:custom_component_editText_hint` | Set EditText hint | `R.string.app_name` |
5353
| `app:custom_component_maxline` | Set maximum height of the EditText | `1` |
5454
| `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` |
5757
| `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` |
5959
| `app:custom_component_title_bg_color` | Set Outlined border title background color | `R.color.colorPrimary` |
6060
| `app:custom_component_editText_bg_color` | Set EditText background color | `R.color.colorPrimary` |
6161
| `app:custom_component_maxLength` | Set EditText maxLength | `99` |

0 commit comments

Comments
 (0)