summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-11-17 14:24:06 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2012-11-17 14:24:06 +0100
commit8c3c04db7a2483d324f39227daf77a4332e78017 (patch)
tree5d0d937417ab6510e27092e87b58a6e6375c0383 /res/layout
parentcc88def216218e1ab843052e2343b9683e3117e4 (diff)
downloadAntennaPod-8c3c04db7a2483d324f39227daf77a4332e78017.zip
Changed background color of external player to transparent
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/external_player_fragment.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/external_player_fragment.xml b/res/layout/external_player_fragment.xml
index e24e2da21..cb4351324 100644
--- a/res/layout/external_player_fragment.xml
+++ b/res/layout/external_player_fragment.xml
@@ -13,8 +13,7 @@
<LinearLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/actionbar_gray" >
+ android:layout_height="wrap_content" >
<RelativeLayout
android:id="@+id/layoutInfo"