Skip to content

Commit

Permalink
Update MultiSpinnerSearch.java
Browse files Browse the repository at this point in the history
  • Loading branch information
c4software authored Oct 26, 2020
1 parent 9dab040 commit 14836f1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public class MultiSpinnerSearch extends AppCompatSpinner implements OnCancelList

private boolean highlightSelected = false;
private int highlightColor = ContextCompat.getColor(getContext(), R.color.list_selected);
private int textColor = Color.GRAY;
private int limit = -1;
private int selected = 0;
private String defaultText = "";
Expand Down Expand Up @@ -397,7 +396,6 @@ public View getView(final int position, View convertView, ViewGroup parent) {
});

if (data.isSelected()) {
holder.textView.setTextColor(textColor);
if (highlightSelected) {
holder.textView.setTypeface(null, Typeface.BOLD);
convertView.setBackgroundColor(highlightColor);
Expand Down

0 comments on commit 14836f1

Please sign in to comment.