13 |
13 |
14 <LinearLayout android:orientation="vertical" |
14 <LinearLayout android:orientation="vertical" |
15 android:layout_width="fill_parent" android:layout_height="wrap_content"> |
15 android:layout_width="fill_parent" android:layout_height="wrap_content"> |
16 <TextView android:id="@+id/sendimlogin" |
16 <TextView android:id="@+id/sendimlogin" |
17 android:layout_width="fill_parent" android:layout_height="wrap_content" |
17 android:layout_width="fill_parent" android:layout_height="wrap_content" |
18 android:lines="1" |
18 android:lines="1" android:paddingLeft="10sp" /> |
19 android:paddingLeft="10sp" /> |
|
20 <TextView android:id="@+id/sendimchatstate" |
19 <TextView android:id="@+id/sendimchatstate" |
21 android:layout_width="fill_parent" android:layout_height="wrap_content" |
20 android:layout_width="fill_parent" android:layout_height="wrap_content" |
22 android:lines="1" android:scrollHorizontally="true" |
21 android:lines="1" android:scrollHorizontally="true" |
23 android:paddingLeft="15sp" /> |
22 android:paddingLeft="15sp" /> |
24 <TextView android:id="@+id/sendimstatus" |
23 <TextView android:id="@+id/sendimstatus" |
25 android:layout_width="fill_parent" android:layout_height="wrap_content" |
24 android:layout_width="fill_parent" android:layout_height="wrap_content" |
26 android:lines="1" android:scrollHorizontally="true" |
25 android:lines="1" android:scrollHorizontally="true" |
27 android:hint="@string/SendIMNoStatusSet" android:paddingLeft="15sp" /> |
26 android:hint="@string/SendIMNoStatusSet" android:paddingLeft="15sp" |
|
27 android:autoLink="all" /> |
28 </LinearLayout> |
28 </LinearLayout> |
29 </LinearLayout> |
29 </LinearLayout> |
30 |
30 |
31 <ScrollView android:id="@+id/sendimscroll" |
31 <ScrollView android:id="@+id/sendimscroll" |
32 android:layout_width="fill_parent" android:layout_height="fill_parent" |
32 android:layout_width="fill_parent" android:layout_height="fill_parent" |
35 android:scrollbarSize="12dip" android:layout_weight="1"> |
35 android:scrollbarSize="12dip" android:layout_weight="1"> |
36 |
36 |
37 <TextView android:id="@+id/sendimlist" android:paddingLeft="10px" |
37 <TextView android:id="@+id/sendimlist" android:paddingLeft="10px" |
38 android:paddingRight="10px" android:paddingTop="10px" |
38 android:paddingRight="10px" android:paddingTop="10px" |
39 android:layout_width="fill_parent" android:layout_height="fill_parent" |
39 android:layout_width="fill_parent" android:layout_height="fill_parent" |
40 android:singleLine="false"/> |
40 android:singleLine="false" /> |
41 |
41 |
42 </ScrollView> |
42 </ScrollView> |
43 |
43 |
44 <EditText android:id="@+id/userText" android:layout_width="fill_parent" |
44 <EditText android:id="@+id/userText" android:layout_width="fill_parent" |
45 android:cursorVisible="false" android:hint="@string/SendIMToSendHint" |
45 android:cursorVisible="false" android:hint="@string/SendIMToSendHint" |