res/layout/contactlistsettings.xml
author marseille
Wed, 22 Apr 2009 00:25:01 +0200
changeset 114 a40f65ceeb1a
parent 111 d0fab932cb6e
child 117 40a48262a670
permissions -rw-r--r--
Proxy set . Qqls bugs a corriger Ahem :p
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"?>
7b2a869e9ef8 Changement du dialogsettings en activity.
marseille@KungFuh
parents:
diff changeset
     2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     3
	android:orientation="vertical" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     4
	android:layout_height="fill_parent">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     5
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     6
	<TextView android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     7
		android:layout_height="wrap_content" android:text="Server connection"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     8
		android:textSize="18sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     9
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    10
	<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    11
		android:orientation="horizontal" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    12
		android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    13
		<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    14
			android:layout_height="wrap_content" android:text="Host/Port:"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    15
			android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    16
		<EditText android:id="@+id/host" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    17
			android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    18
			android:textSize="14sp" android:autoText="false" android:capitalize="none"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    19
			android:layout_weight="2" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    20
		<EditText android:id="@+id/port" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    21
			android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    22
			android:textSize="14sp" android:autoText="false" android:capitalize="none"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    23
			android:layout_weight="3" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    24
	</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    25
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    26
	<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    27
		android:orientation="horizontal" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    28
		android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    29
		<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    30
			android:layout_height="wrap_content" android:text="Userid:"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    31
			android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    32
		<EditText android:id="@+id/userid" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    33
			android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    34
			android:textSize="14sp" android:autoText="false" android:capitalize="none"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    35
			android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    36
	</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    37
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    38
	<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    39
		android:orientation="horizontal" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    40
		android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    41
		<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    42
			android:layout_height="wrap_content" android:text="Password:"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    43
			android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    44
		<EditText android:id="@+id/password" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    45
			android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    46
			android:password="true" android:textSize="14sp" android:autoText="false"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    47
			android:capitalize="none" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    48
	</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    49
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    50
	<Spinner android:id="@+id/proxy_type" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    51
		android:layout_height="wrap_content" />
88
7b2a869e9ef8 Changement du dialogsettings en activity.
marseille@KungFuh
parents:
diff changeset
    52
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    53
	<LinearLayout android:id="@+id/proxy_layout"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    54
		android:orientation="vertical" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    55
		android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    56
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    57
		<TextView android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    58
			android:layout_height="wrap_content" android:text="Proxy informations"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    59
			android:textSize="18sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    60
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    61
		<LinearLayout android:orientation="horizontal"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    62
			android:layout_width="fill_parent" android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    63
			<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    64
				android:layout_height="wrap_content" android:text="Host/Port:"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    65
				android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    66
			<EditText android:id="@+id/proxy_host" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    67
				android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    68
				android:textSize="14sp" android:autoText="false" android:capitalize="none"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    69
				android:layout_weight="2" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    70
			<EditText android:id="@+id/proxy_port" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    71
				android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    72
				android:textSize="14sp" android:autoText="false" android:capitalize="none"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    73
				android:layout_weight="3" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    74
		</LinearLayout>
88
7b2a869e9ef8 Changement du dialogsettings en activity.
marseille@KungFuh
parents:
diff changeset
    75
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    76
		<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    77
			android:orientation="horizontal" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    78
			android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    79
			<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    80
				android:layout_height="wrap_content" android:text="Login :"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    81
				android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    82
			<EditText android:id="@+id/proxy_login"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    83
				android:layout_width="fill_parent" android:layout_height="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    84
				android:singleLine="true" android:textSize="14sp" android:autoText="false"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    85
				android:capitalize="none" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    86
		</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    87
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    88
		<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    89
			android:orientation="horizontal" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    90
			android:layout_height="wrap_content">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    91
			<TextView android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    92
				android:layout_height="wrap_content" android:text="Password:"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    93
				android:minWidth="90dp" android:textSize="14sp" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    94
			<EditText android:id="@+id/proxy_pwd" android:layout_width="fill_parent"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    95
				android:layout_height="wrap_content" android:singleLine="true"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    96
				android:password="true" android:textSize="14sp" android:autoText="false"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    97
				android:capitalize="none" android:scrollHorizontally="true" />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    98
		</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    99
	</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   100
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   101
	<Button android:id="@+id/ok" android:layout_width="wrap_content"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   102
		android:layout_height="wrap_content" android:layout_gravity="center_horizontal"
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   103
		android:text="OK">
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   104
		<requestFocus />
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   105
	</Button>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
   106
88
7b2a869e9ef8 Changement du dialogsettings en activity.
marseille@KungFuh
parents:
diff changeset
   107
</LinearLayout>