performance - Android Sliding Menu Hangs UI -


sliding menu in app blocks ui after opening it, slidingmenu.sliding_window in android lollipop issues happens.

menu.settouchmodeabove(slidingmenu.touchmode_margin); menu.setbehindoffset(130); menu.setfadedegree(0.35f); menu.attachtoactivity(_activity, slidingmenu.sliding_window,false); menu.setmenu(r.layout.left_menue_new); 

no ansewer not fruitfull, myself solve answer adding single line in menifest i.e.

android:hardwareaccelerated="true" 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -