Replies: 2 comments 2 replies
-
Wow thanks for your help. I did try setting isTaskbarPresent few days ago during a short break and didn't get anything out of it. And since I had to get back to work I didn't really try to track the "why it doesn't work", and just deleted my test. But if you've tried it successfully I'll give it another try. If it worked at your end it should be okay. Thanks again |
Beta Was this translation helpful? Give feedback.
-
And just to add one more thing: this is the very first time I'm visiting the discussions page here, and even this was referred to me by eleo. I'd be a better idea if you use the issues section in the future |
Beta Was this translation helpful? Give feedback.
-
There's a better way to enable the taskbar for phones.. Currently the method that everyone seems to use is ripping off the isTablet flag of the Taskbar. This works, however it modifies Pixel Launcher's scaling to a stupid small size for a phone.
There's a few different flags that can be set to enable the taskbar without screwing with Pixel Launcher's scaling.. I don't have the time to build a PR at the moment, but I can provide you with what I have from my personal module.
The AOSPMods way of disabling the base gesture pill:
And then for the hook into PixelLauncher:
Instead of an incredibly overscaled launcher, we get:
This method is better than ripping off isTablet because it yields less side effects.. But let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions