android scrollview child setAlpha - Scrolling jurky -
i using scrollview,
within scrollview have linearlayout fews imageview childs, i'm facing issue whenever, doing cellseatlayout.setalpha(0.3f); scrollview child , scrollview scrolling g et stcuk means smoothness gone, , remove alpha using cellseatlayout.setalpha(1); scrollview working fine
below code how using setalpfa() refreshing scrollview childs
//check enable/disable if(data.isenabled){ cellseatlayout.setalpha(1); //cellseatlayout.setenabled(true); } else { cellseatlayout.setalpha(0.3f); //cellseatlayout.setenabled(false); }
Comments
Post a Comment