Skip to content

Instantly share code, notes, and snippets.

@thinkingserious
Created February 1, 2014 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinkingserious/8747101 to your computer and use it in GitHub Desktop.
Save thinkingserious/8747101 to your computer and use it in GitHub Desktop.
strings.xml for SendGrid Glass GDK Example
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">SendGrid Glass GDK Example</string>
<string name="hello_world"></string>
<string name="send_email">send an email</string>
<!-- Menu item strings. -->
<string name="read_aloud">Read aloud</string>
<string name="send">Send the Email</string>
<string name="to">Edit To</string>
<string name="subject">Edit Subject</string>
<string name="text">Edit Body</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment