Posted by: pierrot | on June 30, 2015
Posted in | 3 Comments » Tags:
< ![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);
]]>
Note: this might hide something else on every version if lightnings view structure gets changed.
Damn thats pretty cool. Would be nice to have an official option but this works for now.
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website
< ![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);
]]>
< ![CDATA[
Note: this might hide something else on every version if lightnings view structure gets changed.
]]>
< ![CDATA[
Damn thats pretty cool. Would be nice to have an official option but this works for now.
]]>