diff --git a/android/app/src/main/res/layout-land/about.xml b/android/app/src/main/res/layout-land/about.xml index a06e59e9b..8576f2869 100644 --- a/android/app/src/main/res/layout-land/about.xml +++ b/android/app/src/main/res/layout-land/about.xml @@ -5,7 +5,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?cardBackground" + android:background="?android:attr/colorBackground" android:clipToPadding="false" android:fadeScrollbars="false" android:fillViewport="true"> diff --git a/android/app/src/main/res/layout/about.xml b/android/app/src/main/res/layout/about.xml index 637608549..ba67ab460 100644 --- a/android/app/src/main/res/layout/about.xml +++ b/android/app/src/main/res/layout/about.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?cardBackground" + android:background="?android:attr/colorBackground" android:clipToPadding="false" android:fadeScrollbars="false" android:fillViewport="true"> diff --git a/android/app/src/main/res/layout/activity_map_placeholder.xml b/android/app/src/main/res/layout/activity_map_placeholder.xml index 2d3af6140..1d42206da 100644 --- a/android/app/src/main/res/layout/activity_map_placeholder.xml +++ b/android/app/src/main/res/layout/activity_map_placeholder.xml @@ -4,9 +4,9 @@ android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" - android:background="?cardBackground" android:gravity="center" - android:orientation="vertical"> + android:orientation="vertical" + android:background="?android:attr/colorBackground"> + android:orientation="vertical" + android:background="?android:attr/colorBackground">