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

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -