Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hearsilent authored Jun 10, 2021
1 parent f139e82 commit c82cbbc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

A simple Android Tag EditText.

<img src="https://raw.githubusercontent.com/hearsilent/TagEditText/master/screenshots/device-2021-06-11-003802.png" height="500">
<img src="https://raw.githubusercontent.com/hearsilent/TagEditText/master/screenshots/device-2021-06-11-003906.png" height="500">
<img src="https://github.com/hearsilent/TagEditText/raw/main/screenshots/device-2021-06-11-003802.png" height="500"> <img src="https://github.com/hearsilent/TagEditText/raw/main/screenshots/device-2021-06-11-003906.png" height="500">

## Setup

Expand Down Expand Up @@ -40,7 +39,7 @@ TagEditText.setAdapter(new ArrayAdapter());
```

## Customize
You can change `[item_user_suggestion.xml](https://github.com/hearsilent/TagEditText/blob/master/app/src/main/res/layout/item_user_suggestion.xml)` as you want.
You can change [`item_user_suggestion.xml`](https://github.com/hearsilent/TagEditText/blob/master/app/src/main/res/layout/item_user_suggestion.xml) as you want.

## TODO
- Support change tag list background color dynamic
Expand Down

0 comments on commit c82cbbc

Please sign in to comment.