Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersuehr7 authored Apr 5, 2018
1 parent 6c17ac1 commit 536a4a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Method | Summary
`setFilterListBackgroundColor(ColorStateList)` | Changes color of the filterable list's background.
`setFilterListTextColor(ColorStateList)` | Changes text color of the filterable list's items.
`setFilterListElevation(float)` | Changes elevation of the filterable list.
`setInputType(int)` | Sets the text input type on the ChipsEditText.
`setOnChipsInputTextChangedListener(OnChipsInputTextChangedListener)` | Sets a text changed listener that gets invoked when text it changed on the ChipsEditText.

## Using the Chips
There are a plethora of ways you can manipulate chips in `ChipsInputLayout`. However, the main abilities afforded by `ChipsInputLayout` are that you can set a list of chips that can be filtered by user input and set a list of chips that are pre-selected. Other features are listed in the table below.
Expand Down

0 comments on commit 536a4a2

Please sign in to comment.