aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sample/src/main/res/values/strings.xml')
-rw-r--r--sample/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/src/main/res/values/strings.xml b/sample/src/main/res/values/strings.xml
index f3880b2..c64b623 100644
--- a/sample/src/main/res/values/strings.xml
+++ b/sample/src/main/res/values/strings.xml
@@ -1,6 +1,5 @@
<resources>
- <string name="app_name">KPrefs</string>
- <string name="title_activity_main">MainActivity</string>
+ <string name="app_name">KAU</string>
<string name="header">This is a header</string>
<string name="desc">This is a description</string>
<string name="checkbox_1">Checkbox 1</string>
@@ -21,6 +20,7 @@
<string name="your_email">your.email@here.com</string>
<string name="your_subject">Your subject</string>
<string name="gallery_showcase">Gallery Showcase</string>
+ <string name="gallery_overlay_showcase">Gallery 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>
</resources>