etsy/AndroidStaggeredGrid

Opened keyboard affects gridview column count

Opened this issue · 1 comments

My GridView xml looks like this

<com.etsy.android.grid.StaggeredGridView
                android:id="@+id/deals_feed_gv"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                app:column_count_landscape="3"
                app:column_count_portrait="2"
                app:item_margin="8dp"
                />

When the Keyboard is NOT visible you can see that it correctly displays 2 columns

screenshot_2014-10-23-00-54-49

However, when the keyboard is displayed then it switches to 3 columns.

screenshot_2014-10-23-00-55-00

Is there a fix for this issue?

Is this repo under active development, or has it been deprecated?