Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to make top bar completely black in Black Mode #11641

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

chavan-arvind
Copy link

Fixes #11640

Add an option to make the top bar completely black in Black Mode.

  • colors.xml: Add a new color resource black_top_bar_color with value #000000.
  • AppearanceSettingsFragment.java: Add a new preference for enabling the completely black top bar option.
  • activity_main.xml: Update the toolbar layout to use the new black_top_bar_color when the completely black top bar option is enabled.

Fixes TeamNewPipe#11640

Add an option to make the top bar completely black in Black Mode.

* **colors.xml**: Add a new color resource `black_top_bar_color` with value `#000000`.
* **AppearanceSettingsFragment.java**: Add a new preference for enabling the completely black top bar option.
* **activity_main.xml**: Update the toolbar layout to use the new `black_top_bar_color` when the completely black top bar option is enabled.
@github-actions github-actions bot added the size/small PRs with less than 50 changed lines label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/small PRs with less than 50 changed lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to Make Top Bar Comletely Black
1 participant