diff --git a/app/build.gradle b/app/build.gradle
index 747962195..143dd68dd 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
- versionCode 379
- versionName '3.4.400-beta05'
+ versionCode 380
+ versionName '3.4.400-beta06'
multiDexEnabled true
diff --git a/app/src/main/res/layout-land/fragment_banner_home.xml b/app/src/main/res/layout-land/fragment_banner_home.xml
index dad7c6baf..8eadef8d0 100644
--- a/app/src/main/res/layout-land/fragment_banner_home.xml
+++ b/app/src/main/res/layout-land/fragment_banner_home.xml
@@ -115,6 +115,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardElevation="8dp"
+ app:cardBackgroundColor="?colorPrimary"
app:shapeAppearanceOverlay="@style/TopCornerCardView">
diff --git a/app/src/main/res/layout-xlarge-land/fragment_banner_home.xml b/app/src/main/res/layout-xlarge-land/fragment_banner_home.xml
index fb5c53ad6..d283285d4 100644
--- a/app/src/main/res/layout-xlarge-land/fragment_banner_home.xml
+++ b/app/src/main/res/layout-xlarge-land/fragment_banner_home.xml
@@ -111,6 +111,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/toolbar_margin_horizontal"
android:layout_marginEnd="@dimen/toolbar_margin_horizontal"
+ app:cardBackgroundColor="?colorPrimary"
app:cardElevation="8dp"
app:shapeAppearanceOverlay="@style/TopCornerCardView">
diff --git a/app/src/main/res/layout-xlarge/fragment_banner_home.xml b/app/src/main/res/layout-xlarge/fragment_banner_home.xml
index f858195c6..7b125b7a2 100644
--- a/app/src/main/res/layout-xlarge/fragment_banner_home.xml
+++ b/app/src/main/res/layout-xlarge/fragment_banner_home.xml
@@ -112,6 +112,7 @@
android:layout_marginStart="@dimen/toolbar_margin_horizontal"
android:layout_marginEnd="@dimen/toolbar_margin_horizontal"
app:cardElevation="8dp"
+ app:cardBackgroundColor="?colorPrimary"
app:shapeAppearanceOverlay="@style/TopCornerCardView">
diff --git a/app/src/main/res/layout/fragment_banner_home.xml b/app/src/main/res/layout/fragment_banner_home.xml
index 4048fec37..f66cf72a1 100644
--- a/app/src/main/res/layout/fragment_banner_home.xml
+++ b/app/src/main/res/layout/fragment_banner_home.xml
@@ -104,6 +104,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardElevation="8dp"
+ app:cardBackgroundColor="?colorPrimary"
app:shapeAppearanceOverlay="@style/TopCornerCardView">
diff --git a/app/src/main/res/layout/home_content.xml b/app/src/main/res/layout/home_content.xml
index c2ecf56a1..852ef0c4b 100644
--- a/app/src/main/res/layout/home_content.xml
+++ b/app/src/main/res/layout/home_content.xml
@@ -20,7 +20,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?colorPrimary"
android:descendantFocusability="blocksDescendants"
android:focusable="true"
android:focusableInTouchMode="true"