summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-19 15:17:35 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-19 15:17:35 +0200
commite9aa31547b673be10a49f71a33ba61a0ffde9310 (patch)
tree2f85127df6abe6f50d5bf4cbd1fa81463dc35549
parentdbf16830fa8fc40624943135bcbe1b8aa7be6835 (diff)
downloadAntennaPod-e9aa31547b673be10a49f71a33ba61a0ffde9310.zip
Fixed background color in itemview activity
-rw-r--r--res/layout/feeditemview.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/feeditemview.xml b/res/layout/feeditemview.xml
index b54665d90..16f5e3095 100644
--- a/res/layout/feeditemview.xml
+++ b/res/layout/feeditemview.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
+ android:layout_height="fill_parent"
+ android:background="@color/white" >
<LinearLayout
android:layout_width="fill_parent"