summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-02-13 00:45:25 +0100
committerByteHamster <info@bytehamster.com>2018-02-13 00:49:00 +0100
commit2f6c9c49f81ddb735d5241026ee661a3a88b0cd2 (patch)
tree19c9ef795442a2a3aca1a590db6cdd5b52e96592 /app/src
parent877ae455929ab445e61334d2f73f48fde4257e05 (diff)
downloadAntennaPod-2f6c9c49f81ddb735d5241026ee661a3a88b0cd2.zip
Set background of playerFragment to same color as toolbar
Most noticeable in dark theme
Diffstat (limited to 'app/src')
-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 6cabcdff2..e20fe1f70 100644
--- a/app/src/main/res/layout/main.xml
+++ b/app/src/main/res/layout/main.xml
@@ -16,6 +16,7 @@
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" />
@@ -41,7 +42,6 @@
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>