diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2013-05-22 17:23:10 +0100 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2013-05-22 17:23:10 +0100 |
commit | 5d14f1cc96a7ac749cdcba72a14d5f2825df37a9 (patch) | |
tree | 8127f94cf3d0bc79f937f64ba991f1f50f974049 /res/values | |
parent | cc8ace92f17c8e5aef7d68ff316e5cd038cd36b5 (diff) |
Moved MqttCallback to new class. Added text boxes & connect/disconnect button.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 08091d3..2c832b0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2,7 +2,11 @@ <resources> <string name="app_name">Text Transport</string> - <string name="action_settings">Settings</string> - <string name="hello_world">Running!</string> + <string name="connect">Connect</string> + <string name="disconnect">Disconnect</string> + <string name="uri">Server URI</string> + <string name="tcp">TCP</string> + <string name="ssl">SSL</string> + <string name="port">Port</string> </resources>
\ No newline at end of file |