Fixed background color in itemview activity

This commit is contained in:
daniel oeh 2012-07-19 15:17:35 +02:00
parent dbf16830fa
commit e9aa31547b
1 changed files with 2 additions and 1 deletions

View File

@ -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"