diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-19 15:17:35 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-19 15:17:35 +0200 |
commit | e9aa31547b673be10a49f71a33ba61a0ffde9310 (patch) | |
tree | 2f85127df6abe6f50d5bf4cbd1fa81463dc35549 /res | |
parent | dbf16830fa8fc40624943135bcbe1b8aa7be6835 (diff) | |
download | AntennaPod-e9aa31547b673be10a49f71a33ba61a0ffde9310.zip |
Fixed background color in itemview activity
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/feeditemview.xml | 3 |
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" |