8 android:src="@drawable/logo" |
8 android:src="@drawable/logo" |
9 android:adjustViewBounds="true" |
9 android:adjustViewBounds="true" |
10 android:layout_width="wrap_content" |
10 android:layout_width="wrap_content" |
11 android:layout_height="wrap_content"/> |
11 android:layout_height="wrap_content"/> |
12 |
12 |
13 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
13 <TextView android:text="Jabber ID" |
14 android:orientation="horizontal" |
14 android:textSize="25sp" |
15 android:layout_width="fill_parent" |
15 android:paddingLeft="100sp" |
16 android:layout_height="wrap_content"> |
16 android:paddingTop="50sp" |
17 <TextView android:text=" JID : " |
17 android:paddingBottom="15sp" |
18 android:layout_width="wrap_content" |
18 android:layout_width="wrap_content" |
19 android:layout_height="wrap_content" /> |
19 android:layout_height="wrap_content" /> |
20 <EditText android:id="@+id/jid" |
20 |
21 android:minWidth="300dp" |
21 <EditText android:id="@+id/jid" |
22 android:layout_width="wrap_content" |
22 android:singleLine="true" |
23 android:layout_height="wrap_content" |
|
24 android:singleLine="true" |
|
25 android:scrollHorizontally="true" /> |
|
26 </LinearLayout> |
|
27 |
|
28 <EditText android:id="@+id/server" |
|
29 android:layout_width="fill_parent" |
23 android:layout_width="fill_parent" |
30 android:layout_height="wrap_content" |
24 android:layout_height="wrap_content" |
31 android:password="true" |
25 android:scrollHorizontally="true" /> |
32 android:text="_password_" /> |
26 |
|
27 <TextView |
|
28 android:layout_width="fill_parent" |
|
29 android:layout_height="10sp"/> |
33 |
30 |
34 <Button android:id="@+id/Connection" |
31 <Button android:id="@+id/connection" |
|
32 android:textSize="20sp" |
|
33 android:singleLine="true" |
35 android:layout_width="fill_parent" |
34 android:layout_width="fill_parent" |
36 android:layout_height="wrap_content" |
35 android:layout_height="wrap_content" |
37 android:text="Connection" /> |
36 android:text="Connection" /> |
38 |
37 |
39 </LinearLayout> |
38 </LinearLayout> |