mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
This class is not ready for production app usage yet, so it is still marked `@RestrictTo(LIBRARY_GROUP)` for now. Apps can experiment with it in a non-prod context by suppressing the associated lint error. * Issue: androidx/media#1014 * Issue: androidx/media#1185 * Issue: androidx/media#816 PiperOrigin-RevId: 633921353
27 lines
1.4 KiB
XML
27 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2024 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
<string name="app_name">Composition Demo</string>
|
|
<string name="edit">Edit</string>
|
|
<string name="preview" translatable="false">Preview</string>
|
|
<string name="preview_single_sequence" translatable="false">Single sequence preview</string>
|
|
<string name="single_sequence_items" translatable="false">Single sequence items:</string>
|
|
<string name="select_preset_file_title" translatable="false">Choose preset file</string>
|
|
<string name="export" translatable="false">Export</string>
|
|
<string name="export_completed" translatable="false">Export completed in %.3f seconds.\nOutput: %s</string>
|
|
<string name="export_error" translatable="false">Export error</string>
|
|
<string name="export_started" translatable="false">Export started</string>
|
|
</resources>
|