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-night/themes.xml b/android/app/src/main/res/values-night/themes.xml index 192767980..63e864307 100644 --- a/android/app/src/main/res/values-night/themes.xml +++ b/android/app/src/main/res/values-night/themes.xml @@ -151,7 +151,7 @@ @color/md_theme_surfaceContainerHigh @color/md_theme_surfaceContainerHighest - ?android:attr/colorBackground + @color/bg_app