aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/customactivity/android/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/androidextras/customactivity/android/res/values/strings.xml')
-rw-r--r--examples/androidextras/customactivity/android/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/androidextras/customactivity/android/res/values/strings.xml b/examples/androidextras/customactivity/android/res/values/strings.xml
new file mode 100644
index 0000000..0b65e8f
--- /dev/null
+++ b/examples/androidextras/customactivity/android/res/values/strings.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_name">Qt Android Multi-Activity</string>
+ <string name="hello_second_activity">Hello Second Activity</string>
+ <string name="go_back">Go back</string>
+</resources>