jess-anders / two-way-gridview

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

SetClipToPadding=false causes rows to be removed too soon and added too late. #20

Open demandedcross opened 10 years ago

demandedcross commented 10 years ago

I was using a transparent ActionBar and had padding so that the gridview started below the ActionBar. Using clip to padding to allow it to scroll through the action bar but when the row entered the action bar it was removed. The same with rows being added and a transparent Nav bar. This behaviour doesn't happen with a normal gridview