Skip to content

Commit

Permalink
fix bullet points for XML layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dbachelder committed Apr 21, 2015
1 parent ab70052 commit 840625a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ XML
```

`app:helper_text_color` - change the text color of the hints that appear below the widget by default.
`app:include_helper` - boolean to show/hide the helper text under the widget (`true` by default (i.e. helper is shown))
`app:include_zip` - boolean to show/hide the zip code in the form (`true` by default (i.e. zip is shown))
* `app:helper_text_color` - change the text color of the hints that appear below the widget by default.
* `app:include_helper` - boolean to show/hide the helper text under the widget (`true` by default (i.e. helper is shown))
* `app:include_zip` - boolean to show/hide the zip code in the form (`true` by default (i.e. zip is shown))


In code:
Expand Down

0 comments on commit 840625a

Please sign in to comment.