Opened keyboard affects gridview column count
lawloretienne opened this issue · 1 comments
lawloretienne commented
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
However, when the keyboard is displayed then it switches to 3 columns.
Is there a fix for this issue?
lawloretienne commented
Is this repo under active development, or has it been deprecated?