I have to change PanelHeight sometimes, with this commit it's works for me.
But this could be on first place in method, but I'm not sure
mPanelHeight = val;
if (!mFirstLayout) {
requestLayout();
}
I have to change PanelHeight sometimes, with this commit it's works for me.
But this could be on first place in method, but I'm not sure
mPanelHeight = val;
if (!mFirstLayout) {
requestLayout();
}