Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mejdi14 authored Oct 19, 2019
1 parent 7492807 commit 68d6420
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
.show();
```

##More useful methods
## More useful methods
<table>
<tr>
<th>Method</th>
Expand All @@ -82,5 +82,13 @@ dependencies {
<tr>
<td>setFirstTextFieldBorderColor(color)</td>
<td>Set the border color for the edittext</td>
</tr>
<tr>
<td>setFirstTextFieldInputType(type)</td>
<td>Set the input type for the edittext</td>
</tr>
<tr>
<td>setFirstButtonColor(color)</td>
<td>Set the button background color</td>
</tr>
</table>

0 comments on commit 68d6420

Please sign in to comment.