res/layout/contactlistsettings.xml
author dasilvj@jean-manuel-da-silvas-macbook.local
Mon, 01 Jun 2009 20:47:46 +0200
changeset 230 21d91ef67e97
parent 192 b74384311dee
permissions -rw-r--r--
Bug #166 - Passage des différents EditText de l'activité Settings en SingleLine. Correction d'un bug poussant le champs Port en dehors de la zone de vue dans les tabs Proxy et XMPP.
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">
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
     5
	<LinearLayout android:orientation="vertical"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
     6
		android:layout_width="fill_parent" android:layout_height="fill_parent">
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     7
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
     8
		<TextView android:layout_width="fill_parent"
190
079488da1bfc Issue #103 #101
nikita@nikita-rack
parents: 166
diff changeset
     9
			android:layout_height="wrap_content" android:text="@string/CLSServerConnection"
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    10
			android:textSize="18sp" />
192
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    11
		<LinearLayout android:orientation="horizontal"
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    12
			android:layout_width="fill_parent" android:layout_height="wrap_content">
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    13
			<TextView android:layout_width="wrap_content"
190
079488da1bfc Issue #103 #101
nikita@nikita-rack
parents: 166
diff changeset
    14
				android:layout_height="wrap_content" android:text="@string/CLSUserid"
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    15
				android:minWidth="90dp" android:textSize="14sp" />
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    16
			<EditText android:id="@+id/userid" android:layout_width="fill_parent"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    17
				android:layout_height="wrap_content" android:singleLine="true"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    18
				android:textSize="14sp" android:autoText="false" android:capitalize="none"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    19
				android:scrollHorizontally="true" />
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    20
		</LinearLayout>
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    21
192
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    22
		<LinearLayout android:orientation="horizontal"
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    23
			android:layout_width="fill_parent" android:layout_height="wrap_content">
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    24
			<TextView android:layout_width="wrap_content"
190
079488da1bfc Issue #103 #101
nikita@nikita-rack
parents: 166
diff changeset
    25
				android:layout_height="wrap_content" android:text="@string/CLSHostPort"
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    26
				android:minWidth="90dp" android:textSize="14sp" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    27
			<EditText android:id="@+id/host" android:layout_width="fill_parent"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    28
				android:layout_height="wrap_content" android:singleLine="true"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    29
				android:textSize="14sp" android:autoText="false" android:capitalize="none"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    30
				android:layout_weight="2" android:scrollHorizontally="true" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    31
			<EditText android:id="@+id/port" android:layout_width="fill_parent"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    32
				android:layout_height="wrap_content" android:singleLine="true"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    33
				android:textSize="14sp" android:autoText="false" android:capitalize="none"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    34
				android:layout_weight="3" android:scrollHorizontally="true" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    35
		</LinearLayout>
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    36
192
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    37
		<LinearLayout android:orientation="horizontal"
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    38
			android:layout_width="fill_parent" android:layout_height="wrap_content">
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    39
			<TextView android:layout_width="wrap_content"
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    40
				android:layout_height="wrap_content" android:text="@string/CLSPassword"
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    41
				android:minWidth="90dp" android:textSize="14sp" />
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    42
			<EditText android:id="@+id/password" android:layout_width="fill_parent"
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    43
				android:layout_height="wrap_content" android:singleLine="true"
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    44
				android:password="true" android:textSize="14sp" android:autoText="false"
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    45
				android:capitalize="none" android:scrollHorizontally="true" />
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    46
		</LinearLayout>
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    47
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    48
		<TextView android:layout_width="fill_parent"
190
079488da1bfc Issue #103 #101
nikita@nikita-rack
parents: 166
diff changeset
    49
			android:layout_height="wrap_content" android:text=""
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    50
			android:textSize="18sp" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    51
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    52
		<Spinner android:id="@+id/proxy_type" android:layout_width="fill_parent"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    53
			android:layout_height="wrap_content" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    54
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    55
		<LinearLayout android:id="@+id/proxy_layout"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    56
			android:orientation="vertical" android:layout_width="fill_parent"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    57
			android:layout_height="0sp">
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    58
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    59
			<TextView android:layout_width="fill_parent"
190
079488da1bfc Issue #103 #101
nikita@nikita-rack
parents: 166
diff changeset
    60
				android:layout_height="wrap_content" android:text="@string/CLSProxyInfo"
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    61
				android:textSize="18sp" />
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    62
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    63
			<LinearLayout android:orientation="horizontal"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    64
				android:layout_width="fill_parent" android:layout_height="wrap_content">
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    65
				<TextView android:layout_width="wrap_content"
190
079488da1bfc Issue #103 #101
nikita@nikita-rack
parents: 166
diff changeset
    66
					android:layout_height="wrap_content" android:text="@string/CLSHostPort"
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    67
					android:minWidth="90dp" android:textSize="14sp" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    68
				<EditText android:id="@+id/proxy_host"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    69
					android:layout_width="fill_parent" android:layout_height="wrap_content"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    70
					android:singleLine="true" android:textSize="14sp" android:autoText="false"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    71
					android:capitalize="none" android:layout_weight="2"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    72
					android:scrollHorizontally="true" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    73
				<EditText android:id="@+id/proxy_port"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    74
					android:layout_width="fill_parent" android:layout_height="wrap_content"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    75
					android:singleLine="true" android:textSize="14sp" android:autoText="false"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    76
					android:capitalize="none" android:layout_weight="3"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    77
					android:scrollHorizontally="true" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    78
			</LinearLayout>
114
a40f65ceeb1a Proxy set .
marseille
parents: 111
diff changeset
    79
192
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    80
			<LinearLayout android:orientation="horizontal"
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    81
				android:layout_width="fill_parent" android:layout_height="wrap_content">
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    82
				<TextView android:layout_width="wrap_content"
190
079488da1bfc Issue #103 #101
nikita@nikita-rack
parents: 166
diff changeset
    83
					android:layout_height="wrap_content" android:text="@string/CLSLogin"
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    84
					android:minWidth="90dp" android:textSize="14sp" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    85
				<EditText android:id="@+id/proxy_login"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    86
					android:layout_width="fill_parent" android:layout_height="wrap_content"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    87
					android:singleLine="true" android:textSize="14sp" android:autoText="false"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    88
					android:capitalize="none" android:scrollHorizontally="true" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    89
			</LinearLayout>
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    90
192
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    91
			<LinearLayout android:orientation="horizontal"
b74384311dee modification contactlist settings
marseille@marseille-desktop
parents: 190
diff changeset
    92
				android:layout_width="fill_parent" android:layout_height="wrap_content">
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    93
				<TextView android:layout_width="wrap_content"
190
079488da1bfc Issue #103 #101
nikita@nikita-rack
parents: 166
diff changeset
    94
					android:layout_height="wrap_content" android:text="@string/CLSPassword"
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    95
					android:minWidth="90dp" android:textSize="14sp" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    96
				<EditText android:id="@+id/proxy_pwd" android:layout_width="fill_parent"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    97
					android:layout_height="wrap_content" android:singleLine="true"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    98
					android:password="true" android:textSize="14sp" android:autoText="false"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
    99
					android:capitalize="none" android:scrollHorizontally="true" />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
   100
			</LinearLayout>
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
   101
		</LinearLayout>
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
   102
		<Button android:id="@+id/ok" android:layout_width="fill_parent"
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
   103
			android:layout_height="wrap_content" android:layout_gravity="center_horizontal"
190
079488da1bfc Issue #103 #101
nikita@nikita-rack
parents: 166
diff changeset
   104
			android:text="@string/CLSOkButton">
166
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
   105
			<requestFocus />
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
   106
		</Button>
d076437706a4 La connection a talk.google.com is OK !
marseille
parents: 145
diff changeset
   107
	</LinearLayout>
117
40a48262a670 Un petit skin pour l'im à travailler
Philippe Lago <lago_p@epitech.net>
parents: 114
diff changeset
   108
</ScrollView>