Nightonke / BoomMenu

A menu which can ... BOOM! - Android
5.81k stars 1.16k forks source link

Footer below system navigation bar #180

Open D330 opened 6 years ago

D330 commented 6 years ago

I add footer to boom menu and he placed below system navigation bar. Why?

D330 commented 6 years ago

Problem is solved. BoomMenuButton has method getViewParent. He return DecorView! I edit source code and change getDecorView to activity.findViewById(android.R.id.content) profit!