OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright 2015 Google Inc. All Rights Reserved. | 2 <!-- Copyright 2015 Google Inc. All Rights Reserved. |
3 | 3 |
4 Licensed under the Apache License, Version 2.0 (the "License"); | 4 Licensed under the Apache License, Version 2.0 (the "License"); |
5 you may not use this file except in compliance with the License. | 5 you may not use this file except in compliance with the License. |
6 You may obtain a copy of the License at | 6 You may obtain a copy of the License at |
7 | 7 |
8 http://www.apache.org/licenses/LICENSE-2.0 | 8 http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 |
10 Unless required by applicable law or agreed to in writing, software | 10 Unless required by applicable law or agreed to in writing, software |
11 distributed under the License is distributed on an "AS IS" BASIS, | 11 distributed under the License is distributed on an "AS IS" BASIS, |
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 See the License for the specific language governing permissions and | 13 See the License for the specific language governing permissions and |
14 limitations under the License. | 14 limitations under the License. |
15 --> | 15 --> |
16 <resources> | 16 <resources> |
17 <string name="app_name">Custom Tabs Demos</string> | 17 <string name="app_name">Custom Tabs Demos</string> |
18 | 18 |
19 <string name="action_create_notification">Create Notification</string> | 19 <string name="action_create_notification">Create Notification</string> |
20 <string name="title_activity_notification_parent">Notification Demo</string> | 20 <string name="title_activity_notification_parent">Notification Demo</string> |
21 <string name="title_activity_webview">WebviewActivity</string> | 21 <string name="title_activity_webview">WebviewActivity</string> |
22 <string name="notification_title">Open Web Content</string> | 22 <string name="notification_title">Open Web Content</string> |
23 <string name="notification_text">Open your web content on Chrome Custom Tabs </string> | 23 <string name="notification_text">Open your web content on Chrome Custom Tabs </string> |
24 <string name="notification_sample_url">https://developer.chrome.com/multidev ice/android/customtabs</string> | 24 <string name="notification_sample_url">https://developer.chrome.com/multidev ice/android/customtabs</string> |
25 <string name="label_url">URL:</string> | 25 <string name="label_url">URL:</string> |
26 <string name="default_test_url">http://developer.android.com</string> | 26 <string name="default_test_url">http://developer.android.com</string> |
27 <string name="back_to_app">Back to your application!</string> | 27 <string name="back_to_app">Back to your application!</string> |
28 <string name="label_start_custom_tab">Open Custom Tab</string> | 28 <string name="label_start_custom_tab">Open Custom Tab</string> |
29 <string name="label_advanced_ui_setting">Advanced UI Setting</string> | |
Ian Wen
2016/03/16 01:35:30
Advanced UI settings.
Android only capitalize the
BigBossZhiling
2016/03/18 00:59:07
Done.
| |
30 <string name="label_save">Save</string> | |
31 <string name="label_select_image">Select Action Image</string> | |
Ian Wen
2016/03/16 01:35:31
Same here.
BigBossZhiling
2016/03/18 00:59:07
Done.
| |
32 <string name="label_cancel">Cancel</string> | |
33 <string name="label_add_action_bar_item">Add Action Bar Item</string> | |
Ian Wen
2016/03/16 01:35:31
Same here.
BigBossZhiling
2016/03/18 00:59:07
Done.
| |
34 <string name="label_package">Package</string> | |
35 <string name="label_toolbar_color">Toolbar color </string> | |
Ian Wen
2016/03/16 01:35:31
Remove space after color
BigBossZhiling
2016/03/18 00:59:07
Done.
| |
29 <string name="label_add_menus">Add Menus</string> | 36 <string name="label_add_menus">Add Menus</string> |
30 <string name="label_add_action_button">Add Action Button</string> | 37 <string name="label_add_action_button">Add Action Button</string> |
31 <string name="label_action_share">Share</string> | 38 <string name="label_action_share">Share</string> |
32 | 39 |
33 <string name="label_toobar_color">Toolbar Color:</string> | 40 <string name="label_toobar_color">Toolbar Color:</string> |
34 <string name="default_toolbar_color">#980e03</string> | 41 <string name="default_toolbar_color">#980e03</string> |
35 <string name="menu_item_title">Sample Menu Item</string> | 42 <string name="menu_item_title">Sample Menu Item</string> |
36 <string name="label_may_launch_url">May Launch URL</string> | 43 <string name="label_may_launch_url">May Launch URL</string> |
37 | 44 |
38 <!-- Demo Activities Titles --> | 45 <!-- Demo Activities Titles --> |
(...skipping 18 matching lines...) Expand all Loading... | |
57 </string> | 64 </string> |
58 | 65 |
59 <string name="description_activity_notification"> | 66 <string name="description_activity_notification"> |
60 Creates a Notification that opens a Chrome Custom Tab when clicked, and returns to the host | 67 Creates a Notification that opens a Chrome Custom Tab when clicked, and returns to the host |
61 app when the user hits Back or Up | 68 app when the user hits Back or Up |
62 </string> | 69 </string> |
63 <string name="label_custom_back_button">Custom back button</string> | 70 <string name="label_custom_back_button">Custom back button</string> |
64 <string name="label_show_title">Show title</string> | 71 <string name="label_show_title">Show title</string> |
65 <string name="label_auto_hide_appbar">Auto-hide AppBar</string> | 72 <string name="label_auto_hide_appbar">Auto-hide AppBar</string> |
66 </resources> | 73 </resources> |
OLD | NEW |