--- a/res/layout/sendim.xml Thu Oct 08 15:26:22 2009 +0200
+++ b/res/layout/sendim.xml Fri Oct 09 16:56:20 2009 +0200
@@ -4,7 +4,8 @@
android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_height="wrap_content"
- android:gravity="center_vertical">
+ android:gravity="center_vertical"
+ android:background="#404040">
<ImageView android:id="@+id/sendimavatar" android:src="@drawable/avatar"
android:adjustViewBounds="true" android:maxWidth="70dip"
@@ -32,13 +33,14 @@
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:scrollbarTrackVertical="@drawable/scrollbar_vertical_track"
android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb"
- android:scrollbarSize="12dip" android:layout_weight="1">
+ android:scrollbarSize="12dip"
+ android:layout_weight="1"
+ android:padding="2sp"
+ android:layout_marginBottom="6sp">
- <TextView android:id="@+id/sendimlist" android:paddingLeft="10px"
- android:paddingRight="10px" android:paddingTop="10px"
+ <TextView android:id="@+id/sendimlist" android:padding="8sp"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:textColor="@color/white"
- android:background="@color/black"
android:singleLine="false" />
</ScrollView>