From: Andy Scherzinger Date: Mon, 10 Aug 2015 11:02:16 +0000 (+0200) Subject: Merge branch 'material_toolbar' of https://github.com/owncloud/android into material_... X-Git-Tag: oc-android-1.8~42^2~22 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/dde5e5575cd7358ebed3390ca384e78bf9e3d17b?hp=275028a5e33e0ca7fd9901c4649939bad66311c4 Merge branch 'material_toolbar' of https://github.com/owncloud/android into material_toolbar --- diff --git a/src/third_parties/in/srain/cube/GridViewWithHeaderAndFooter.java b/src/third_parties/in/srain/cube/GridViewWithHeaderAndFooter.java index 508380a6..be487634 100644 --- a/src/third_parties/in/srain/cube/GridViewWithHeaderAndFooter.java +++ b/src/third_parties/in/srain/cube/GridViewWithHeaderAndFooter.java @@ -99,6 +99,7 @@ public class GridViewWithHeaderAndFooter extends GridView { ListAdapter adapter = getAdapter(); if (adapter != null && adapter instanceof HeaderViewGridAdapter) { ((HeaderViewGridAdapter) adapter).setNumColumns(getNumColumnsCompatible()); + invalidateRowHeight(); ((HeaderViewGridAdapter) adapter).setRowHeight(getRowHeight()); } }