From 17cfd884976b4accbb2ad6af6acf3578d0c6ec53 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 3 Jun 2026 01:01:00 +0000 Subject: Add night vision mode toggle Single-tap moon FAB (stacked below layers FAB) toggles red-on-black night vision mode. NightVision theme now has a full M3 color palette (surface, surfaceVariant, outline, secondary, error) all in dark red tones. Screen brightness is set to 30% in night mode and restored to system default on exit. State persists across sessions; recreate() applies the theme switch cleanly. https://claude.ai/code/session_01KXYBuAHZkvv63DeUG6XaZD --- android-app/app/src/main/res/values/themes.xml | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'android-app/app/src/main/res/values/themes.xml') diff --git a/android-app/app/src/main/res/values/themes.xml b/android-app/app/src/main/res/values/themes.xml index 93f5209..25af4e8 100755 --- a/android-app/app/src/main/res/values/themes.xml +++ b/android-app/app/src/main/res/values/themes.xml @@ -27,14 +27,32 @@ false - - -- cgit v1.2.3