Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opened keyboard affects gridview column count #156

Open
lawloretienne opened this issue Oct 23, 2014 · 1 comment
Open

Opened keyboard affects gridview column count #156

lawloretienne opened this issue Oct 23, 2014 · 1 comment

Comments

@lawloretienne
Copy link

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?

@lawloretienne
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant