From b852e99232e242c1f874a760bacca3224dfa53a3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sun, 11 Jan 2026 13:17:14 +0100 Subject: [PATCH] [android] Use default background color on bottomsheet Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout-land/layout_nav.xml | 2 +- android/app/src/main/res/layout/layout_nav.xml | 2 +- android/app/src/main/res/values/styles.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/src/main/res/layout-land/layout_nav.xml b/android/app/src/main/res/layout-land/layout_nav.xml index aae4b0489..a1fc57ab8 100644 --- a/android/app/src/main/res/layout-land/layout_nav.xml +++ b/android/app/src/main/res/layout-land/layout_nav.xml @@ -41,5 +41,5 @@ android:layout_width="0dp" android:layout_height="0dp" android:layout_gravity="bottom|start" - android:background="?colorSurfaceContainerLow"/> + android:background="?appBackground"/> diff --git a/android/app/src/main/res/layout/layout_nav.xml b/android/app/src/main/res/layout/layout_nav.xml index f494d73fa..0f59d19be 100644 --- a/android/app/src/main/res/layout/layout_nav.xml +++ b/android/app/src/main/res/layout/layout_nav.xml @@ -40,5 +40,5 @@ android:layout_width="0dp" android:layout_height="0dp" android:layout_gravity="bottom|center" - android:background="?colorSurfaceContainerLow"/> + android:background="?appBackground"/> diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index e8811e55d..a2ae48f40 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -287,13 +287,13 @@