We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Is this repo under active development, or has it been deprecated?
Sorry, something went wrong.
No branches or pull requests
My GridView xml looks like this
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?
The text was updated successfully, but these errors were encountered: