diff --git a/res/layout-land/mediaplayer_activity.xml b/res/layout-land/mediaplayer_activity.xml index ad886bc1d..dced89451 100644 --- a/res/layout-land/mediaplayer_activity.xml +++ b/res/layout-land/mediaplayer_activity.xml @@ -15,8 +15,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom|center" - android:alpha="0" - android:background="@color/white" + android:background="@color/actionbar_gray" android:orientation="vertical" > diff --git a/res/values/colors.xml b/res/values/colors.xml index 5ee44ecc5..0ea65feb3 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -20,5 +20,6 @@ #33B5E5 #858585 #FEBB20 + #DDDDDD \ No newline at end of file