maurycyw / StaggeredGridView

A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
https://github.com/maurycyw/StaggeredGridViewDemo
1.64k stars 664 forks source link

ugly orange selector #76

Closed jacekkwiecien closed 10 years ago

jacekkwiecien commented 10 years ago

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?

vinc3m1 commented 10 years ago

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

jacekkwiecien commented 10 years ago

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?