From f25c1f80ec1ffca2cfb1ad1e3ba0b17456430653 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sun, 5 Aug 2012 14:17:07 +0200 Subject: [PATCH] Videoplayer controls weren't visible on some api versions --- res/layout-land/mediaplayer_activity.xml | 15 +++++++++------ res/values/colors.xml | 1 + 2 files changed, 10 insertions(+), 6 deletions(-) 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