summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorClaudomator Agent <agent@claudomator>2026-03-13 19:55:38 +0000
committerClaudomator Agent <agent@claudomator>2026-03-13 19:55:38 +0000
commit9408216ca2c2bee2e0096f5b643ffbb932566ff3 (patch)
treed13a3bbbd3ffe223e7a128bb8c9c4435cd6e90a8 /android-app/app/src/main/res/values/strings.xml
parent72ab76835dec92ea30c2d26009e3576aa8f1dbc7 (diff)
feat: Implement initial chart display setup with MapLibre GL Native
Diffstat (limited to 'android-app/app/src/main/res/values/strings.xml')
-rw-r--r--android-app/app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/values/strings.xml b/android-app/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..a22fe8c
--- /dev/null
+++ b/android-app/app/src/main/res/values/strings.xml
@@ -0,0 +1,3 @@
+<resources>
+ <string name="app_name">AndroidApp</string>
+</resources> \ No newline at end of file