aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/values/strings.xml
blob: 44421fef72ade912f24c83fe5424df5cde2e7e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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_disabled">I am disabled</string>
    <string name="text_color">Text Color</string>
    <string name="background_color">Background Color</string>
</resources>