Any chance you can add the option to hide the zoom icon in the app drawer?

Any chance you can add the option to hide the zoom icon in the app drawer? 

]]>
« (Previous Post)
(Next Post) »

3 Commentsto Any chance you can add the option to hide the zoom icon in the app drawer?

  1. Anonymous says:

    < ![CDATA[

    Set this in the resumed event of app drawer:



    LL.bindClass(“android.R”);


    LL.bindClass(“android.view.View”);


    LL.getContext().getWindow().getDecorView().findViewById(R.id.content).getChildAt(0).getChildAt(4).getChildAt(0).getChildAt(1).setVisibility(View.GONE);

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Note: this might hide something else on every version if lightnings view structure gets changed.

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Damn thats pretty cool. Would be nice to have an official option but this works for now. 

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *