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

Black vertical and horizontal borders #42

Open mostafazakaria opened 9 years ago

mostafazakaria commented 9 years ago

I have a problems appears on android API <=16. The grid have Black vertical and horizontal borders. I tried to change gridview background and its parent also, but no thing changed

mostafazakaria commented 9 years ago

I have a problems appears on android API <=16. The grid have Black vertical and horizontal borders. I tried to change gridview background and its parent also, but no thing changed

unnamed

shabbirsphinx commented 8 years ago

I am also facing similar issue. @mostafazakaria you got any solution for this ? Any thread that would help me ?

mostafazakaria commented 8 years ago

@shabbirsphinx Yes I made a workaround by adding two xml files to my project drawable folder 1) item_divider_horizontal.xml `<?xml version="1.0" encoding="utf-8"?>

` 2)item_divider_vertical.xml ` ` This will override the default style which has black borders