We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70064ea commit cd48aa4Copy full SHA for cd48aa4
README.md
@@ -60,6 +60,7 @@ dependencies {
60
| `app:custom_component_editText_bg_color` | Set EditText background color | `R.color.colorPrimary` |
61
| `app:custom_component_maxLength` | Set EditText maxLength | `99` |
62
| `android:inputType` | Set EditText inputType | `EditorInfo.TYPE_TEXT_VARIATION_NORMAL` |
63
+| `app:custom_component_border_width` | Set Outlined border width | `1` |
64
65
### Usage
66
------------------------
0 commit comments