diff options
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" |