JayT5 / ChromePie

Add Pie Controls to Google Chrome with Xposed
http://forum.xda-developers.com/xposed/modules/mod-chromepie-add-pie-controls-to-t2869531
49 stars 15 forks source link

Add a setting to hide the action bar #9

Open kimsey0 opened 9 years ago

kimsey0 commented 9 years ago

In the AOSP browser, enabling Quick Controls hides the action bar. Would it be possible to do the same with ChromePie - hide the home button, address bar, tab button and more button, like what currently happens when you scroll down - when a setting is enabled?

JayT5 commented 9 years ago

This is another idea on my list, although I did hear someone from xda might be working on this as a separate module. I don't know what progress was made though, and I'll be willing to add this feature if that module doesn't come light.

kimsey0 commented 9 years ago

Sounds good. Maybe something simple as getActionBar().hide(); will work.