summaryrefslogtreecommitdiff
path: root/android/testData/folding/values.xml
blob: 3818994970f36161431904bc817368907fcb3fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2013 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<resources>
  <string name="app_name">Application Name</string>
  <string name="foobar">This is a really really really long string, and the folding code should be truncating it</string>
  <string name="empty"></string>
  <string name="string_width_formatting">Vibration level is %s.</string>
  <string name="content_description_search_text">Click to search for %s</string>
  <string name="formatting_key">Third: %3$s Repeated: %3$s First: %1$s Second: %2$d</string>
  <string name="formatting_key2">Escaped: \\%s First: %1$s Invalid: %20$s</string>
  <dimen name="action_bar_default_height">56dip</dimen>
  <dimen name="action_bar_icon_vertical_padding">4dip</dimen>
  <dimen name="mydimen1">40dp</dimen>
  <dimen name="mydimen2">28sp</dimen>
  <string name="string1">String 1</string>
  <string name="string2">String 2</string>
  <string name="string3">String 3</string>
  <string name="string4">String 4</string>
  <integer name="max_action_buttons">5</integer>
  <integer name="login_pane_width_percent">65</integer>
  <string name="hello">Hello!</string>
  <plurals name="plural1">
    <item quantity="one">@string/hello</item>
    <item quantity="few">@string/hello</item>
    <item quantity="other">@string/hello</item>
  </plurals>
  <plurals name="plural2">
    <item quantity="one">Quantity One</item>
    <item quantity="few">Quantity Few</item>
  </plurals>

</resources>