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

Material Light theme with black status bar #176

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Aug 14, 2023

  1. Don't cover status bar on Android

    By default python-for-android appends `.Fullscreen` to the theme. On
    ChromeOS this has no effect, but on Android it makes the app cover the
    status bar. I don't believe Endless Key is so important that it needs
    that and it introduces a difference with ChromeOS where the app always
    runs windowed and the status bar color is used for the window
    decoration. Add the p4a `--window` option so that it doesn't append
    `.Fullscreen` to the theme.
    dbnicholson committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    92aec5a View commit details
    Browse the repository at this point in the history
  2. Add custom theme derived from Material Light

    This restores the attempt to use Material Light except that it overrides
    the status bar to black as the previous theme did. A custom theme using
    a resource value file is needed for that.
    
    This depends on the new `--res-values` option in python-for-android
    v2022.09.04-endless11.
    
    Fixes: #174
    dbnicholson committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e6f1b7a View commit details
    Browse the repository at this point in the history