res/layout/contactlistsettings.xml
author marseille
Thu, 23 Apr 2009 16:59:45 +0200
changeset 145 70b67bdac4fc
parent 117 40a48262a670
child 166 d076437706a4
permissions -rw-r--r--
Qqls modification. Mise en anglais...
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
88
7b2a869e9ef8 Changement du dialogsettings en activity.
marseille@KungFuh
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
117
40a48262a670 Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents: 114
diff changeset
     2
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
40a48262a670 Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents: 114
diff changeset
     3
	android:orientation="vertical" android:layout_width="fill_parent"
40a48262a670 Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents: 114
diff changeset
     4
	android:layout_height="fill_parent">
40a48262a670 Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents: 114
diff changeset
     5
<LinearLayout
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     6
	android:orientation="vertical" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     7
	android:layout_height="fill_parent">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     8
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     9
	<TextView android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    10
		android:layout_height="wrap_content" android:text="Server connection"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    11
		android:textSize="18sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    12
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    13
	<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    14
		android:orientation="horizontal" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    15
		android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    16
		<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    17
			android:layout_height="wrap_content" android:text="Host/Port:"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    18
			android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    19
		<EditText android:id="@+id/host" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    20
			android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    21
			android:textSize="14sp" android:autoText="false" android:capitalize="none"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    22
			android:layout_weight="2" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    23
		<EditText android:id="@+id/port" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    24
			android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    25
			android:textSize="14sp" android:autoText="false" android:capitalize="none"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    26
			android:layout_weight="3" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    27
	</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    28
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    29
	<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    30
		android:orientation="horizontal" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    31
		android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    32
		<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    33
			android:layout_height="wrap_content" android:text="Userid:"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    34
			android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    35
		<EditText android:id="@+id/userid" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    36
			android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    37
			android:textSize="14sp" android:autoText="false" android:capitalize="none"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    38
			android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    39
	</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    40
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    41
	<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    42
		android:orientation="horizontal" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    43
		android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    44
		<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    45
			android:layout_height="wrap_content" android:text="Password:"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    46
			android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    47
		<EditText android:id="@+id/password" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    48
			android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    49
			android:password="true" android:textSize="14sp" android:autoText="false"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    50
			android:capitalize="none" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    51
	</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    52
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    53
	<Spinner android:id="@+id/proxy_type" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    54
		android:layout_height="wrap_content" />
88
7b2a869e9ef8 Changement du dialogsettings en activity.
marseille@KungFuh
parents:
diff changeset
    55
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    56
	<LinearLayout android:id="@+id/proxy_layout"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    57
		android:orientation="vertical" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    58
		android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    59
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    60
		<TextView android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    61
			android:layout_height="wrap_content" android:text="Proxy informations"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    62
			android:textSize="18sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    63
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    64
		<LinearLayout android:orientation="horizontal"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    65
			android:layout_width="fill_parent" android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    66
			<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    67
				android:layout_height="wrap_content" android:text="Host/Port:"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    68
				android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    69
			<EditText android:id="@+id/proxy_host" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    70
				android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    71
				android:textSize="14sp" android:autoText="false" android:capitalize="none"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    72
				android:layout_weight="2" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    73
			<EditText android:id="@+id/proxy_port" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    74
				android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    75
				android:textSize="14sp" android:autoText="false" android:capitalize="none"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    76
				android:layout_weight="3" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    77
		</LinearLayout>
88
7b2a869e9ef8 Changement du dialogsettings en activity.
marseille@KungFuh
parents:
diff changeset
    78
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    79
		<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    80
			android:orientation="horizontal" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    81
			android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    82
			<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    83
				android:layout_height="wrap_content" android:text="Login :"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    84
				android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    85
			<EditText android:id="@+id/proxy_login"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    86
				android:layout_width="fill_parent" android:layout_height="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    87
				android:singleLine="true" android:textSize="14sp" android:autoText="false"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    88
				android:capitalize="none" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    89
		</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    90
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    91
		<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    92
			android:orientation="horizontal" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    93
			android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    94
			<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    95
				android:layout_height="wrap_content" android:text="Password:"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    96
				android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    97
			<EditText android:id="@+id/proxy_pwd" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    98
				android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    99
				android:password="true" android:textSize="14sp" android:autoText="false"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   100
				android:capitalize="none" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   101
		</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   102
	</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   103
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   104
	<Button android:id="@+id/ok" android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   105
		android:layout_height="wrap_content" android:layout_gravity="center_horizontal"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   106
		android:text="OK">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   107
		<requestFocus />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   108
	</Button>
145
70b67bdac4fc Qqls modification. Mise en anglais...
marseille
parents: 117
diff changeset
   109
		<Button android:id="@+id/reconnect" android:layout_width="wrap_content"
70b67bdac4fc Qqls modification. Mise en anglais...
marseille
parents: 117
diff changeset
   110
		android:layout_height="wrap_content" android:layout_gravity="center_horizontal"
70b67bdac4fc Qqls modification. Mise en anglais...
marseille
parents: 117
diff changeset
   111
		android:text="Reconnect">
70b67bdac4fc Qqls modification. Mise en anglais...
marseille
parents: 117
diff changeset
   112
		<requestFocus />
70b67bdac4fc Qqls modification. Mise en anglais...
marseille
parents: 117
diff changeset
   113
	</Button>
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   114
117
40a48262a670 Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents: 114
diff changeset
   115
</LinearLayout>
40a48262a670 Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents: 114
diff changeset
   116
</ScrollView>