aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/values/strings.xml
blob: 9c1e65043e6ad372043804351d4e3dce2e8367d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<resources>
    <string name="app_name">KPrefs</string>
    <string name="title_activity_main">MainActivity</string>
    <string name="header">This is a header</string>
    <string name="desc">This is a description</string>
    <string name="checkbox_1">Checkbox 1</string>
    <string name="checkbox_2">Checkbox 2</string>
    <string name="checkbox_3">Checkbox 3</string>
    <string name="desc_dependent">I am dependent on checkbox 2</string>
    <string name="text_color">Text Color</string>
    <string name="accent_color">Accent Color</string>
    <string name="background_color">Background Color</string>
    <string name="color_custom">This selector allows custom colors</string>
    <string name="color_no_custom">This selector does not allow custom colors</string>
    <string name="color_custom_alpha">This selector allows for custom colors with alpha values</string>
    <string name="text">Text Pref</string>
    <string name="text_desc">Saves the text</string>
    <string name="sub_item">Sub Item Pref</string>
    <string name="sub_item_desc">Press this to view the next subset of preferences</string>
    <string name="your_email">your.email@here.com</string>
    <string name="your_subject">Your subject</string>
</resources>