From a5ab978bbaa0807718a88b884d2f666625212c38 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Sun, 24 Nov 2013 21:46:24 +0100 Subject: [PATCH] Added missing change from previous commit, fixed player control background color. --- res/layout/route_fragment.xml | 3 ++- src/com/github/nutomic/controldlna/gui/RouteFragment.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/res/layout/route_fragment.xml b/res/layout/route_fragment.xml index 20a7958..55a6160 100644 --- a/res/layout/route_fragment.xml +++ b/res/layout/route_fragment.xml @@ -25,7 +25,8 @@ android:layout_alignParentBottom="true" android:orientation="vertical" android:id="@+id/controls" - android:visibility="visible" > + android:visibility="gone" + android:background="@android:color/white" >