aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/values/strings.xml
blob: 56addfd0bc2ac8427ed92727ef33278559a8f444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>
</resources>