aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
blob: 020a1abd1c9743a4bd86e09161701e7614d5ad0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>
    
    <string-array name="list_emulation_modes">
        <item>screen</item>
        <item>vt100</item>
        <item>xterm</item>
    </string-array>
    
    
    <string-array name="list_colors">
        <item>red</item>
        <item>green</item>
        <item>blue</item>
        <item>gray</item>
    </string-array>
    
</resources>