summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/main.xml')
-rw-r--r--app/src/main/res/layout/main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml
index e20fe1f70..6cabcdff2 100644
--- a/app/src/main/res/layout/main.xml
+++ b/app/src/main/res/layout/main.xml
@@ -16,7 +16,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
- android:background="?attr/colorPrimary"
tools:layout_height="64dp"
tools:background="@android:color/holo_green_light" />
@@ -42,6 +41,7 @@
android:layout_height="0px"
android:layout_above="@id/playerFragment"
android:layout_below="@id/toolbar"
+ android:foreground="?android:windowContentOverlay"
tools:background="@android:color/holo_red_dark" />
</RelativeLayout>