-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
<resources> | ||
<string name="hello_world">Hello Round World!</string> | ||
<string name="info_command_txt">Tap START ALL/STOP ALL to instruct the smartphone to request/cancel updates for each sensor</string> | ||
<string name="start_all_btn">Start all</string> | ||
<string name="stop_all_btn">Stop all</string> | ||
<string name="info_command_single_txt">Tap START/STOP to instruct the smartphone to request/cancel updates for the selected sensor</string> | ||
<string name="start_btn">Start</string> | ||
<string name="stop_btn">Stop</string> | ||
<string name="info_free_txt">You can also send and receive custom messages to/from the smartphone. Tap \"SEND TEST\" to send a message to the smartphone</string> | ||
<string name="send_free_btn">SEND TEST</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters