Skip to content

Align demo apps title #2709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/cast/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<resources>

<string name="application_name">Exo Cast Demo</string>
<string name="application_name">Media3 Cast Demo</string>

<string name="media_route_menu_title">Cast</string>

Expand Down
2 changes: 1 addition & 1 deletion demos/composition/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
limitations under the License.
-->
<resources>
<string name="app_name">Composition Demo</string>
<string name="app_name">Media3 Composition Demo</string>
<string name="edit">Edit</string>
<string name="add_effects">Add effects</string>
<string name="add_effects_hint">Click the Media Item to apply effects</string>
Expand Down
2 changes: 1 addition & 1 deletion demos/effect/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
-->
<resources>
<string name="app_name">Effect Demo</string>
<string name="app_name">Media3 Effect Demo</string>
<string name="choose_preset_input">Choose preset input</string>
<string name="choose_local_file">Choose local file</string>
<string name="apply_effects">Apply effects</string>
Expand Down
2 changes: 1 addition & 1 deletion demos/gl/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<resources>

<string name="application_name">ExoPlayer GL demo</string>
<string name="application_name">Media3 GL Demo</string>

<string name="error_protected_content_extension_not_supported">The GL protected content extension is not supported.</string>
<string name="gl_error_occurred">GL error occurred.</string>
Expand Down
2 changes: 1 addition & 1 deletion demos/main/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<string name="application_name">ExoPlayer</string>
<string name="application_name">Media3</string>

<string name="track_selection_title">Select tracks</string>

Expand Down
2 changes: 1 addition & 1 deletion demos/surface/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<resources>

<string name="application_name">ExoPlayer SurfaceControl demo</string>
<string name="application_name">Media3 SurfaceControl Demo</string>
<string name="no_output_label">No output</string>
<string name="full_screen_label">Full screen</string>
<string name="new_activity_label">New activity</string>
Expand Down
2 changes: 1 addition & 1 deletion demos/transformer/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" translatable="false">Transformer Demo</string>
<string name="app_name" translatable="false">Media3 Transformer Demo</string>
<string name="configuration" translatable="false">Configuration</string>
<string name="select_preset_title" translatable="false">Choose preset input</string>
<string name="select_local_file_title">Choose local file</string>
Expand Down