Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
MediaRouter / res / values /

strings.xml

       
        1
       
       
        <?xml version="1.0" encoding="utf-8"?>
       
       
        2
       
       
        <!-- Copyright (C) 2013 The Android Open Source Project
       
       
        3
       
       
       
       
        4
       
       
        Licensed under the Apache License, Version 2.0 (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
       
       
        7
       
       
       
       
        8
       
       
        http://www.apache.org/licenses/LICENSE-2.0
       
       
        9
       
       
       
       
        10
       
       
        Unless required by applicable law or agreed to in writing, software
       
       
        11
       
       
        distributed under the License is distributed on an "AS IS" BASIS,
       
       
        12
       
       
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       
       
        13
       
       
        See the License for the specific language governing permissions and
       
       
        14
       
       
        limitations under the License.
       
       
        15
       
       
        -->
       
       
        16
       
       
       
       
        17
       
       
        <resources>
       
       
        18
       
       
       
       
        19
       
       
        <string name="sample_media_router_text">This activity demonstrates how to
       
       
        20
       
       
        use MediaRouter from the support library.  Select a route from the action bar.</string>
       
       
        21
       
       
        <string name="media_route_menu_title">Play on...</string>
       
       
        22
       
       
       
       
        23
       
       
        <string name="library_tab_text">Library</string>
       
       
        24
       
       
        <string name="playlist_tab_text">Playlist</string>
       
       
        25
       
       
        <string name="statistics_tab_text">Statistics</string>
       
       
        26
       
       
       
       
        27
       
       
        <string name="sample_media_route_provider_service">Media Route Provider Service Support Library Sample</string>
       
       
        28
       
       
        <string name="fixed_volume_route_name">Fixed Volume Remote Playback Route</string>
       
       
        29
       
       
        <string name="variable_volume_basic_route_name">Variable Volume (Basic) Remote Playback Route</string>
       
       
        30
       
       
        <string name="variable_volume_queuing_route_name">Variable Volume (Queuing) Remote Playback Route</string>
       
       
        31
       
       
        <string name="variable_volume_session_route_name">Variable Volume (Session) Remote Playback Route</string>
       
       
        32
       
       
        <string name="sample_route_description">Sample route</string>
       
       
        33
       
       
       
       
        34
       
       
        <string name="sample_media_route_provider_remote">Remote Playback (Simulated)</string>
       
       
        35
       
       
        <string name="sample_media_route_activity_local">Local Playback</string>
       
       
        36
       
       
        <string name="sample_media_route_activity_presentation">Local Playback on Presentation Display</string>
       
       
        37
       
       
        <string name="playlist_item_added_text">Added to playlist!</string>
       
       
        38
       
       
        <string name="playlist_item_removed_text">Removed from playlist</string>
       
       
        39
       
       
       
       
        40
       
       
        </resources>