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 - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -