diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2018-08-01 12:15:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 12:15:16 +0200 |
commit | 6975fe484cf17bf056b1f8e2daf23899a0378083 (patch) | |
tree | 4888650a71ccb1eeea2872694e11acbb40227000 /examples/csharp/HelloworldXamarin/Droid/Resources/values/Strings.xml | |
parent | 2c31857fb47989906a52f3c0a9799b207c8666d7 (diff) | |
parent | 5e6af822419e8106f96ab1441aa24e27eab1d5b7 (diff) |
Merge pull request #16194 from jtattermusch/add_xamarin_example
C#: Add Xamarin example
Diffstat (limited to 'examples/csharp/HelloworldXamarin/Droid/Resources/values/Strings.xml')
-rw-r--r-- | examples/csharp/HelloworldXamarin/Droid/Resources/values/Strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/csharp/HelloworldXamarin/Droid/Resources/values/Strings.xml b/examples/csharp/HelloworldXamarin/Droid/Resources/values/Strings.xml new file mode 100644 index 0000000000..0a47c047e2 --- /dev/null +++ b/examples/csharp/HelloworldXamarin/Droid/Resources/values/Strings.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="hello">Hello World, Click Me!</string> + <string name="app_name">HelloworldXamarin.Droid</string> +</resources> |