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/drawable/ic_night_mode.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 android-app/app/src/main/res/drawable/ic_night_mode.xml (limited to 'android-app/app/src/main/res/drawable') diff --git a/android-app/app/src/main/res/drawable/ic_night_mode.xml b/android-app/app/src/main/res/drawable/ic_night_mode.xml new file mode 100644 index 0000000..b19aeb7 --- /dev/null +++ b/android-app/app/src/main/res/drawable/ic_night_mode.xml @@ -0,0 +1,10 @@ + + + + -- cgit v1.2.3