aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/values/strings_sample.xml
blob: 46a81408cdebf1fdb0f918d3173032dadf4efed3 (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
<resources>
    <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="seekbar">Seekbar</string>
    <string name="time">Time Pref</string>
    <string name="time_desc_12">AM PM version</string>
    <string name="time_desc_24">24h version</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>
    <string name="swipe_showcase">Swipe Showcase</string>
    <string name="image_showcase">Image Showcase</string>
    <string name="video_overlay_showcase">Video Overlay Showcase</string>
    <string name="adapter_showcase">Adapter Showcase</string>
    <string name="about_kau">KAU (Kotlin Android Utils) is a collection of common extension functions and complex UIs that can be used in almost all apps. It is meant to implement the shared components, so you can focus on what makes your app unique.</string>
    <string name="long_prefs">Long Prefs</string>
</resources>