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 @@