diff --git a/android/res/layout-land/layout_nav.xml b/android/res/layout-land/layout_nav.xml index fc25610562..8ae60e7a5c 100644 --- a/android/res/layout-land/layout_nav.xml +++ b/android/res/layout-land/layout_nav.xml @@ -41,5 +41,5 @@ android:layout_width="0dp" android:layout_height="0dp" android:layout_gravity="bottom" - android:background="@color/bg_cards"/> + android:background="?cardBackground"/> diff --git a/android/res/layout/layout_nav.xml b/android/res/layout/layout_nav.xml index 4167b4173e..7df440c132 100644 --- a/android/res/layout/layout_nav.xml +++ b/android/res/layout/layout_nav.xml @@ -40,5 +40,5 @@ android:layout_width="0dp" android:layout_height="0dp" android:layout_gravity="bottom" - android:background="@color/bg_cards"/> + android:background="?cardBackground"/>