summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-21 19:36:32 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-21 19:36:32 +0200
commit6fde470609ae2e6b97866cb1e8e49d4fd5c93240 (patch)
tree45b17e5ebfdcd57887f6b04c12a59a7a1dea5e92
parentcd65cb7e4f791ea8fdc9b60b7c3d06d32446707e (diff)
downloadAntennaPod-6fde470609ae2e6b97866cb1e8e49d4fd5c93240.zip
Fixed background color for android 4+ devices
-rw-r--r--res/layout/mediaplayer_activity.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/mediaplayer_activity.xml b/res/layout/mediaplayer_activity.xml
index 8e38fb983..eb846f92e 100644
--- a/res/layout/mediaplayer_activity.xml
+++ b/res/layout/mediaplayer_activity.xml
@@ -2,6 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:background="@color/white"
android:orientation="vertical" >
<com.viewpagerindicator.TabPageIndicator
@@ -82,9 +83,9 @@
android:layout_height="wrap_content"
android:layout_above="@+id/sbPosition"
android:layout_alignParentLeft="true"
- android:layout_marginTop="8dp"
android:layout_marginLeft="8dp"
- android:layout_marginRight="8dp" >
+ android:layout_marginRight="8dp"
+ android:layout_marginTop="8dp" >
<TextView
android:id="@+id/txtvPosition"