Skip to content

Text of axis labels is hard to read #512

@FRvanderVeen

Description

@FRvanderVeen

Describe the bug
When I open the channel graph or time graph the axis labels are not clearly readable when using system theme and system theme is dark

To Reproduce
Steps to reproduce the behavior:

  1. Make sure device theme is set to dark mode
  2. Go to settings and set theme to system
  3. Go to channel graph -> axis label text color is black
  4. Go to settings and change theme to dark
  5. Go to channel graph -> axis label text color is white

Expected behavior
White labels when in system theme

Screenshots
If applicable, add screenshots to help explain your problem.

Note
I think problem comes from GraphViewBuilder.kt and GraphViewWrapper.kt. Both check if (ThemeStyle.DARK == themeStyle) Color.WHITE else Color.BLACK. This probably makes system go to else.

Android 14 on Samsung A52s
WiFi Analyzer v3.1.4

Additional context
Add any other context about the problem here.

Provide Device/Android OS information

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions