res/layout/sendim.xml
changeset 285 1b87dbca7ea2
parent 279 af993bc754a5
child 295 66c7566e4caa
--- a/res/layout/sendim.xml	Tue Jun 23 19:06:57 2009 +0200
+++ b/res/layout/sendim.xml	Tue Jun 23 19:22:46 2009 +0200
@@ -50,7 +50,6 @@
 
 	<ScrollView android:id="@+id/sendimscroll"
 		android:layout_width="fill_parent" android:layout_height="fill_parent"
-		android:background="@drawable/beem_sendim_textview"
 		android:scrollbarTrackVertical="@drawable/scrollbar_vertical_track"
 		android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb"
 		android:scrollbarSize="12dip" android:layout_weight="1">
@@ -58,7 +57,7 @@
 		<TextView android:id="@+id/sendimlist" android:paddingLeft="10px"
 			android:paddingRight="10px" android:paddingTop="10px"
 			android:layout_width="fill_parent" android:layout_height="fill_parent"
-			android:singleLine="false" />
+			android:singleLine="false"/>
 
 	</ScrollView>