Set background of playerFragment to same color as toolbar

Most noticeable in dark theme
This commit is contained in:
ByteHamster 2018-02-13 00:45:25 +01:00
parent 877ae45592
commit 2f6c9c49f8
1 changed files with 1 additions and 1 deletions

View File

@ -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>