--- a/res/layout/sendim.xml Wed Jul 01 16:21:16 2009 +0200
+++ b/res/layout/sendim.xml Wed Jul 01 17:51:06 2009 +0200
@@ -15,8 +15,7 @@
android:layout_width="fill_parent" android:layout_height="wrap_content">
<TextView android:id="@+id/sendimlogin"
android:layout_width="fill_parent" android:layout_height="wrap_content"
- android:lines="1"
- android:paddingLeft="10sp" />
+ android:lines="1" android:paddingLeft="10sp" />
<TextView android:id="@+id/sendimchatstate"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:lines="1" android:scrollHorizontally="true"
@@ -24,7 +23,8 @@
<TextView android:id="@+id/sendimstatus"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:lines="1" android:scrollHorizontally="true"
- android:hint="@string/SendIMNoStatusSet" android:paddingLeft="15sp" />
+ android:hint="@string/SendIMNoStatusSet" android:paddingLeft="15sp"
+ android:autoLink="all" />
</LinearLayout>
</LinearLayout>
@@ -37,7 +37,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>