1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ~ Copyright 2016 Google Inc. 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17 <resources> 18 <string name="app_name">Wear Notifications</string> 19 20 <string name="reply_label">Reply</string> 21 <string name="reply_name">Me</string> 22 23 <string name="title_activity_big_text_main">BigTextStyle Main Activity</string> 24 <string name="title_activity_big_picture_main">BigPictureStyle Main Activity</string> 25 <string name="title_activity_inbox_main">InboxStyle Main Activity</string> 26 <string name="title_activity_messaging_main">MessagingStyle Main Activity</string> 27 28 <string name="main_text_activity_big_text_main"> 29 This Activity would handle the reminder app\'s functionality. 30 \n\nThe notification type for this example was the Big Text Style! 31 </string> 32 <string name="main_text_activity_big_picture_main"> 33 This Activity would handle the social app\'s functionality for an individual post. 34 \n\nThe notification type for this example was the Big Picture Style! 35 </string> 36 <string name="main_text_activity_inbox_main"> 37 This Activity would handle the email app\'s functionality for an email(s). 38 \n\nThe notification type for this example was the Inbox Style! 39 </string> 40 <string name="main_text_activity_messaging_main"> 41 This Activity would handle the messaging app\'s functionality for a chat(s). 42 \n\nThe notification type for this example was the Messaging Style! 43 </string> 44 <string name="floating_text">Pick Notification Style</string> 45 46 </resources>