Most visited

Recently visited

R.string

public static final class R.string
extends Object

java.lang.Object
   ↳ android.support.v7.mediarouter.R.string


Summary

Fields

public static int mr_button_content_description

Content description of a MediaRouteButton for accessibility support.

public static int mr_chooser_searching

Placeholder text to show when no devices have been found.

public static int mr_chooser_title

Title of the media route chooser dialog.

public static int mr_controller_album_art

Content description for accessibility (not shown on the screen): album art button.

public static int mr_controller_casting_screen

Placeholder text indicating that the user is currently casting screen.

public static int mr_controller_close_description

Content description for accessibility (not shown on the screen): dialog close button.

public static int mr_controller_collapse_group

Content description for accessibility (not shown on the screen): group collapse button.

public static int mr_controller_disconnect

Button to disconnect from a media route.

public static int mr_controller_expand_group

Content description for accessibility (not shown on the screen): group expand button.

public static int mr_controller_no_info_available

Placeholder text to show when no title/description have been found for a given song/video.

public static int mr_controller_no_media_selected

Placeholder text to show when no media have been selected for playback.

public static int mr_controller_pause

Content description for accessibility (not shown on the screen): media pause button.

public static int mr_controller_play

Content description for accessibility (not shown on the screen): media play button.

public static int mr_controller_stop

Button to stop playback and disconnect from a media route.

public static int mr_system_route_name

Name for the default system route prior to Jellybean.

public static int mr_user_route_category_name

Name for the user route category created when publishing routes to the system in Jellybean and above.

Public constructors

R.string()

Inherited methods

From class java.lang.Object

Fields

mr_button_content_description

int mr_button_content_description

Content description of a MediaRouteButton for accessibility support. Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=50]

mr_chooser_searching

int mr_chooser_searching

Placeholder text to show when no devices have been found. [CHAR LIMIT=50]

mr_chooser_title

int mr_chooser_title

Title of the media route chooser dialog. [CHAR LIMIT=30]

mr_controller_album_art

int mr_controller_album_art

Content description for accessibility (not shown on the screen): album art button. Clicking on the album art takes user to a predefined activity per media app. [CHAR LIMIT=50]

mr_controller_casting_screen

int mr_controller_casting_screen

Placeholder text indicating that the user is currently casting screen. [CHAR LIMIT=50]

mr_controller_close_description

int mr_controller_close_description

Content description for accessibility (not shown on the screen): dialog close button. [CHAR LIMIT=NONE]

mr_controller_collapse_group

int mr_controller_collapse_group

Content description for accessibility (not shown on the screen): group collapse button. Pressing button hides group members of a selected route group. [CHAR LIMIT=NONE]

mr_controller_disconnect

int mr_controller_disconnect

Button to disconnect from a media route. [CHAR LIMIT=30]

mr_controller_expand_group

int mr_controller_expand_group

Content description for accessibility (not shown on the screen): group expand button. Pressing button shows group members of a selected route group. [CHAR LIMIT=NONE]

mr_controller_no_info_available

int mr_controller_no_info_available

Placeholder text to show when no title/description have been found for a given song/video. [CHAR LIMIT=50]

mr_controller_no_media_selected

int mr_controller_no_media_selected

Placeholder text to show when no media have been selected for playback. [CHAR LIMIT=50]

mr_controller_pause

int mr_controller_pause

Content description for accessibility (not shown on the screen): media pause button. [CHAR LIMIT=NONE]

mr_controller_play

int mr_controller_play

Content description for accessibility (not shown on the screen): media play button. [CHAR LIMIT=NONE]

mr_controller_stop

int mr_controller_stop

Button to stop playback and disconnect from a media route. [CHAR LIMIT=30]

mr_system_route_name

int mr_system_route_name

Name for the default system route prior to Jellybean. [CHAR LIMIT=30]

mr_user_route_category_name

int mr_user_route_category_name

Name for the user route category created when publishing routes to the system in Jellybean and above. [CHAR LIMIT=30]

Public constructors

R.string

R.string ()

Hooray!