res/values/arrays.xml
author Vincent V. <marseille@beem-project.com>
Mon, 16 Jul 2012 15:43:55 +0200
changeset 946 7caab0161cf9
parent 945 89f1be755b8d
permissions -rw-r--r--
Android lint parser correction
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
478
4e4c5257e3de Correction d'un bug provenant d'un unixien.
dasilvj
parents: 471
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
4e4c5257e3de Correction d'un bug provenant d'un unixien.
dasilvj
parents: 471
diff changeset
     2
<resources>
4e4c5257e3de Correction d'un bug provenant d'un unixien.
dasilvj
parents: 471
diff changeset
     3
	<string-array name="proxy_types">
4e4c5257e3de Correction d'un bug provenant d'un unixien.
dasilvj
parents: 471
diff changeset
     4
		<item>HTTP</item>
4e4c5257e3de Correction d'un bug provenant d'un unixien.
dasilvj
parents: 471
diff changeset
     5
		<item>SOCKS4</item>
4e4c5257e3de Correction d'un bug provenant d'un unixien.
dasilvj
parents: 471
diff changeset
     6
		<item>SOCKS5</item>
4e4c5257e3de Correction d'un bug provenant d'un unixien.
dasilvj
parents: 471
diff changeset
     7
	</string-array>
4e4c5257e3de Correction d'un bug provenant d'un unixien.
dasilvj
parents: 471
diff changeset
     8
	<string-array name="status_types">
945
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents: 738
diff changeset
     9
		<item value="600" name="600">@string/contact_status_msg_available_chat</item>
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents: 738
diff changeset
    10
		<item value="500" name="500">@string/contact_status_msg_available</item>
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents: 738
diff changeset
    11
		<item value="400" name="400">@string/contact_status_msg_dnd</item>
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents: 738
diff changeset
    12
		<item value="300" name="300">@string/contact_status_msg_away</item>
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents: 738
diff changeset
    13
		<item value="200" name="200">@string/contact_status_msg_xa</item>
89f1be755b8d Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents: 738
diff changeset
    14
		<item value="100" name="100">@string/contact_status_msg_offline</item>
478
4e4c5257e3de Correction d'un bug provenant d'un unixien.
dasilvj
parents: 471
diff changeset
    15
	</string-array>
4e4c5257e3de Correction d'un bug provenant d'un unixien.
dasilvj
parents: 471
diff changeset
    16
</resources>