maurycyw/StaggeredGridView

ugly orange selector

Closed this issue · 2 comments

What's with the orange slection bacground that overlays whole cell weith orange color? Can the color be changed and the selecton pushed into the bacground instead?

the selector can be set with setSelector, and orange selectors are usually an issue with build target and/or theme.

Ok then I set the selector like this: listView.setSelector(R.drawable.abc_list_selector_holo_light);

It is a selector I wanted but why it overlays the whole cell?