diff --git a/wear-app/app/src/main/res/layout/activity_main.xml b/wear-app/app/src/main/res/layout/activity_main.xml
index 195ca43..e911e17 100644
--- a/wear-app/app/src/main/res/layout/activity_main.xml
+++ b/wear-app/app/src/main/res/layout/activity_main.xml
@@ -1,6 +1,5 @@
+ android:text='@string/info_command_txt' />
+ android:text="@string/start_all_btn" />
+ android:text="@string/stop_all_btn" />
+ android:text='@string/info_command_single_txt' />
+ android:text="@string/start_btn" />
+ android:text="@string/stop_btn" />
+ android:text="@string/info_free_txt" />
+ android:text="@string/send_free_btn" />
\ No newline at end of file
diff --git a/wear-app/app/src/main/res/values-round/strings.xml b/wear-app/app/src/main/res/values-round/strings.xml
index d74c66c..f9e4e00 100644
--- a/wear-app/app/src/main/res/values-round/strings.xml
+++ b/wear-app/app/src/main/res/values-round/strings.xml
@@ -1,3 +1,11 @@
Hello Round World!
+ Tap START ALL/STOP ALL to instruct the smartphone to request/cancel updates for each sensor
+ Start all
+ Stop all
+ Tap START/STOP to instruct the smartphone to request/cancel updates for the selected sensor
+ Start
+ Stop
+ You can also send and receive custom messages to/from the smartphone. Tap \"SEND TEST\" to send a message to the smartphone
+ SEND TEST
\ No newline at end of file
diff --git a/wear-app/app/src/main/res/values/strings.xml b/wear-app/app/src/main/res/values/strings.xml
index cfa09ee..e0ec558 100644
--- a/wear-app/app/src/main/res/values/strings.xml
+++ b/wear-app/app/src/main/res/values/strings.xml
@@ -5,4 +5,12 @@
values-round/strings.xml for round devices.
-->
Hello Square World!
+ Tap START ALL/STOP ALL to instruct the smartphone to request/cancel updates for each sensor
+ Start all
+ Stop all
+ Tap START/STOP to instruct the smartphone to request/cancel updates for the selected sensor
+ Start
+ Stop
+ You can also send and receive custom messages to/from the smartphone. Tap \"SEND TEST\" to send a message to the smartphone
+ SEND TEST
\ No newline at end of file