--- a/res/layout/sendim.xml Wed Apr 22 15:19:42 2009 +0200
+++ b/res/layout/sendim.xml Wed Apr 22 18:50:11 2009 +0200
@@ -4,11 +4,10 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <RelativeLayout
- android:paddingLeft="10px"
- android:paddingRight="10px"
- android:paddingTop="10px"
- android:background="@color/blue_sky"
+ <LinearLayout
+ android:paddingLeft="5px"
+ android:paddingTop="5px"
+ android:background="@drawable/beem_sendim_header_1"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
@@ -17,26 +16,40 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/avatar"/>
-
- <TextView android:id="@+id/sendimlogin"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignTop="@id/sendimavatar"
- android:layout_toRightOf="@id/sendimavatar"
- android:hint="@string/SendIMLoginHint"/>
- </RelativeLayout>
+
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical">
+
+ <TextView android:id="@+id/sendimlogin"
+ android:paddingLeft="15px"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:hint="@string/SendIMLoginHint"/>
+
+ <TextView android:id="@+id/sendimstatus"
+ android:paddingLeft="20px"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:hint="@string/SendIMNoStatusSet"/>
+ </LinearLayout>
+ </LinearLayout>
+
<ScrollView
android:id="@+id/sendimscroll"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="@drawable/beem_sendim_textview"
android:layout_weight="1">
<TextView android:id="@+id/sendimlist"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
+ android:paddingLeft="10px"
+ android:paddingRight="10px"
+ android:paddingTop="10px"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
android:singleLine="false"/>
- <!--android:choiceMode="none"
- android:transcriptMode="alwaysScroll"-->
</ScrollView>