Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1870)

Unified Diff: demos/src/main/res/values/strings.xml

Issue 1750963002: Update demo with features from support lib 23.2.0 (Closed) Base URL: https://chromium.googlesource.com/external/github.com/GoogleChrome/custom-tabs-client@master
Patch Set: Fix comment on decoding Bitmpa on UI thread Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « demos/src/main/res/layout/item_example_description.xml ('k') | shared/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: demos/src/main/res/values/strings.xml
diff --git a/demos/src/main/res/values/strings.xml b/demos/src/main/res/values/strings.xml
index c515133c75ced78019cbc21f7290d4624bea7aaa..8215d996fccfff6c345ee0e72c738ff3647b1ea6 100644
--- a/demos/src/main/res/values/strings.xml
+++ b/demos/src/main/res/values/strings.xml
@@ -28,7 +28,7 @@
<string name="label_start_custom_tab">Open Custom Tab</string>
<string name="label_add_menus">Add Menus</string>
<string name="label_add_action_button">Add Action Button</string>
- <string name="label_action_share">Share</string>
+ <string name="label_action">Perform Action</string>
<string name="label_toobar_color">Toolbar Color:</string>
<string name="default_toolbar_color">#980e03</string>
@@ -63,4 +63,11 @@
<string name="label_custom_back_button">Custom back button</string>
<string name="label_show_title">Show title</string>
<string name="label_auto_hide_appbar">Auto-hide AppBar</string>
+ <string name="label_add_default_share">Add default share</string>
+ <string name="label_toobar_secondary_color">Secondary Toolbar Color</string>
+ <string name="label_add_toolbar_item">Add toolbar item</string>
+ <string name="action_button_toast_text">Action Button Clicked with URL: %s</string>
+ <string name="menu_item_toast_text">Menu Item Clicked with URL: %s</string>
+ <string name="toolbar_toast_text">Toolbar Clicked with URL: %s</string>
+ <string name="unknown_toast_text">Unknown Action Clicked with URL: %s</string>
</resources>
« no previous file with comments | « demos/src/main/res/layout/item_example_description.xml ('k') | shared/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698