diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-02 16:30:45 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-02 16:30:45 +0000 |
| commit | 9e29ea8a00538ea6d605945bc368295830c0d487 (patch) | |
| tree | d2d61be3accde3d3bcc94ed90dac05d6f5439e13 /Android/HelloAndroid/app/src/main/res/values/strings.xml | |
| parent | f01eb0ec25d88451bb36c7ba070d60213b3cb8b3 (diff) | |
Commiting Android sample project structure
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12694 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/HelloAndroid/app/src/main/res/values/strings.xml')
| -rw-r--r-- | Android/HelloAndroid/app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Android/HelloAndroid/app/src/main/res/values/strings.xml b/Android/HelloAndroid/app/src/main/res/values/strings.xml new file mode 100644 index 000000000..e2f60e96f --- /dev/null +++ b/Android/HelloAndroid/app/src/main/res/values/strings.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name">Hello Android</string> +</resources> |
