jess-anders / two-way-gridview

An Android GridView that can be configured to scroll horizontally or vertically
650 stars 261 forks source link

Yellow patch on selecting of an item #31

Open devrath opened 9 years ago

devrath commented 9 years ago

Thanks for this helpful library . I observed something . On click of the item, Yellow patch is seen in the background Note: I am aware android listview also works similarly but we can disable it android retaining the click but it is not so in case of this library . capture

devrath commented 9 years ago

Fixed it myself - this can be overcome by setting the background color in adapter xml - in mycase i set into white :)