BlackyHawky / Clock

Privacy-conscious open-source clock, based on AOSP Clock
Apache License 2.0
178 stars 11 forks source link

FR: Ability to add/remove tabs in the bottom menu #28

Open woj-tek opened 4 months ago

woj-tek commented 4 months ago

Is your feature request related to a problem? Please describe. It would be nice to be able to disable Bedtime (and possibly other tabs/sections that are not used)

Describe the solution you'd like A settings page with list of sections and checkboxes maybe

Use case I don't use bedtime feature (nor see a point of it) and it just clutters the UI.

BlackyHawky commented 4 months ago

I totally agree with this enhancement.

Nilsu11 commented 1 week ago

removing bottom tabs can be done with this method mBottomNavigation.getMenu().getItem(0).setVisible(false); in the Activity. I can't do anything about the ViewPager which is a problem.