openclaw - 💡(How to fix) Fix Android app: Add light mode / theme toggle

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
  • Device: Xiaomi 17 Pro Max
  • App status: extremely alpha (per README)
  • The docs website already supports light/dark toggle via localStorage.getItem("theme")

Root Cause

  • Device: Xiaomi 17 Pro Max
  • App status: extremely alpha (per README)
  • The docs website already supports light/dark toggle via localStorage.getItem("theme")
RAW_BUFFERClick to expand / collapse

Problem

The OpenClaw Android app currently only supports a dark theme with no way to switch to light mode or follow the system theme.

Expected behavior

  • A theme setting in the Android app (Dark / Light / System default)
  • Ideally follows Android's AppCompatDelegate.setDefaultNightMode() or Material3 dynamic theming

Context

  • Device: Xiaomi 17 Pro Max
  • App status: extremely alpha (per README)
  • The docs website already supports light/dark toggle via localStorage.getItem("theme")

Why

Dark theme is not ideal for all environments (e.g. outdoor/bright light). Many users prefer light mode or want the app to follow their system-wide theme setting.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

  • A theme setting in the Android app (Dark / Light / System default)
  • Ideally follows Android's AppCompatDelegate.setDefaultNightMode() or Material3 dynamic theming

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING