Skip to content

Commit

Permalink
Merge branch 'doyunglee-tag_token_clickable'
Browse files Browse the repository at this point in the history
  • Loading branch information
mgod committed Jul 14, 2015
2 parents 9da3aa2 + 4839a60 commit 52c0277
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ protected boolean keepObject(Person person, String mask) {
completionView = (ContactsCompletionView)findViewById(R.id.searchView);
completionView.setAdapter(adapter);
completionView.setTokenListener(this);
completionView.setTokenClickStyle(TokenCompleteTextView.TokenClickStyle.Select);


if (savedInstanceState == null) {
completionView.setPrefix("To: ");
Expand Down

0 comments on commit 52c0277

Please sign in to comment.