felipecsl / AsymmetricGridView

Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span
http://felipecsl.com/AsymmetricGridView
MIT License
1.84k stars 431 forks source link

Green background of row #41

Closed bkjbkjbnkj687698698 closed 9 years ago

bkjbkjbnkj687698698 commented 9 years ago

I have set setRequestedColumnCount(3);..If there is one image in the row it shows a green background of the row.I have not set green background anywhere.Why is that and how can i remove it?

shabbirsphinx commented 9 years ago

I am facing same issue. @bkjbkjbnkj687698698 you got any solution for this ? Would love to hear from you. Any help appreciated.

bkjbkjbnkj687698698 commented 9 years ago

@shabbirsphinx Yeah u have to download library update it and add as module to ur project.Just change the colour in library where they have set default green background..

felipecsl commented 9 years ago

it could be because you have setDebugging to true, which causes the background to be set to custom colors