res/layout/sendim.xml
changeset 279 af993bc754a5
parent 276 673ee3896d50
child 295 66c7566e4caa
--- a/res/layout/sendim.xml	Tue Jun 23 12:02:25 2009 +0200
+++ b/res/layout/sendim.xml	Tue Jun 23 18:28:54 2009 +0200
@@ -50,16 +50,14 @@
 
 	<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">
 
 		<TextView android:id="@+id/sendimlist" android:paddingLeft="10px"
-			android:textColor="@color/black"
 			android:paddingRight="10px" android:paddingTop="10px"
 			android:layout_width="fill_parent" android:layout_height="fill_parent"
-			android:singleLine="false" />
+			android:singleLine="false"/>
 
 	</ScrollView>