You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/showcase/src/main/res/values/strings.xml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@
9
9
10
10
<stringname="action_settings">Settings</string>
11
11
<stringname="action_select_custom_images"description="Toolbar action label that lets the user pick local images to display across the Showcase gallery and list examples">Select Custom Images</string>
12
+
<stringname="action_window_color_mode"description="Toolbar dropdown label for switching the Showcase window color mode between Normal, P3 (wide color gamut) and HDR">Window color mode</string>
13
+
<stringname="color_mode_group_window"description="Prefix shown before each color mode option in the toolbar dropdown, indicating the option applies to the app window">Window</string>
14
+
<stringname="color_mode_option_normal"description="Color mode dropdown option for the default (standard) window color mode">Normal</string>
15
+
<stringname="color_mode_option_p3"description="Color mode dropdown option for the P3 wide color gamut window color mode">P3</string>
16
+
<stringname="color_mode_option_hdr"description="Color mode dropdown option for the HDR (high dynamic range) window color mode">HDR</string>
12
17
13
18
<stringname="vito_simple_help">Basic Vito example that just sets the image URI.</string>
0 commit comments