Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjdeane committed Sep 5, 2014
1 parent 7f8ec4e commit 9cb339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ selector.addState(new int[]{android.R.attr.state_pressed}, new ColorDrawable(R.c
selector.addState(new int[]{-android.R.attr.state_pressed}, new ColorDrawable(R.color.color2));

// The important part:
dialog.getListView().setSelector(selector);
customListDialog.getListView().setSelector(selector);
```

* * *
Expand Down

0 comments on commit 9cb339f

Please sign in to comment.