|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <restrictions xmlns:android="http://schemas.android.com/apk/res/android" >
|
3 | 3 | <restriction
|
4 |
| - android:key="server_list" |
5 |
| - android:restrictionType="bundle_array" |
6 |
| - android:title="@string/server_list"> |
| 4 | + android:key="server_configuration" |
| 5 | + android:restrictionType="bundle" |
| 6 | + android:title="@string/server_configuration"> |
7 | 7 | <restriction
|
8 |
| - android:key="server_configuration" |
9 |
| - android:restrictionType="bundle" |
10 |
| - android:title="@string/server_configuration"> |
11 |
| - <restriction |
12 |
| - android:key="server_url" |
13 |
| - android:restrictionType="string" |
14 |
| - android:title="@string/server_url"/> |
15 |
| - <restriction |
16 |
| - android:key="server_tag" |
| 8 | + android:key="server_url" |
| 9 | + android:restrictionType="string" |
| 10 | + android:title="@string/server_url"/> |
| 11 | + <restriction |
| 12 | + android:key="server_tag" |
| 13 | + android:restrictionType="string" |
| 14 | + android:title="@string/server_tag"/> |
| 15 | + <restriction |
| 16 | + android:key="server_login" |
| 17 | + android:restrictionType="string" |
| 18 | + android:title="@string/server_login"/> |
| 19 | + <restriction |
| 20 | + android:key="server_password" |
17 | 21 | android:restrictionType="string"
|
18 |
| - android:title="@string/server_tag"/> |
19 |
| - <restriction |
20 |
| - android:key="server_login" |
| 22 | + android:title="@string/server_password"/> |
| 23 | + <restriction |
| 24 | + android:defaultValue="@string/default_server_itemtype" |
| 25 | + android:description="@string/server_itemtype" |
| 26 | + android:entries="@array/entries_server_itemtype" |
| 27 | + android:entryValues="@array/entry_values_server_itemtype" |
| 28 | + android:key="server_itemtype" |
| 29 | + android:restrictionType="choice" |
| 30 | + android:title="@string/title_server_itemtype"/> |
| 31 | + <restriction |
| 32 | + android:key="server_custom_asset_serial" |
21 | 33 | android:restrictionType="string"
|
22 |
| - android:title="@string/server_login"/> |
23 |
| - <restriction |
24 |
| - android:key="server_password" |
25 |
| - android:restrictionType="string" |
26 |
| - android:title="@string/server_password"/> |
27 |
| - <restriction |
28 |
| - android:defaultValue="@string/default_server_itemtype" |
29 |
| - android:description="@string/server_itemtype" |
30 |
| - android:entries="@array/entries_server_itemtype" |
31 |
| - android:entryValues="@array/entry_values_server_itemtype" |
32 |
| - android:key="server_itemtype" |
33 |
| - android:restrictionType="choice" |
34 |
| - android:title="@string/title_server_itemtype"/> |
35 |
| - <restriction |
36 |
| - android:key="server_custom_asset_serial" |
37 |
| - android:restrictionType="string" |
38 |
| - android:title="@string/server_custom_asset_serial"/> |
39 |
| - </restriction> |
| 34 | + android:title="@string/server_custom_asset_serial"/> |
40 | 35 | </restriction>
|
41 | 36 | </restrictions>
|
0 commit comments