to top
Android APIs
public static final class

R.string

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

Summary

Fields
public static int abc_action_bar_home_description Content description for the action bar "home" affordance.
public static int abc_action_bar_up_description Content description for the action bar "up" affordance.
public static int abc_action_menu_overflow_description Content description for the action menu overflow button.
public static int abc_action_mode_done Label for the "Done" button on the far left of action mode toolbars.
public static int abc_activity_chooser_view_see_all Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25]
public static int abc_activitychooserview_choose_application ActivityChooserView - accessibility support Description of the shwoing of a popup window with activities to choose from.
public static int abc_searchview_description_clear SearchView accessibility description for clear button [CHAR LIMIT=NONE]
public static int abc_searchview_description_query SearchView accessibility description for search text field [CHAR LIMIT=NONE]
public static int abc_searchview_description_search SearchView accessibility description for search button [CHAR LIMIT=NONE]
public static int abc_searchview_description_submit SearchView accessibility description for submit button [CHAR LIMIT=NONE]
public static int abc_searchview_description_voice SearchView accessibility description for voice button [CHAR LIMIT=NONE]
public static int abc_shareactionprovider_share_with Description of the choose target button in a ShareActionProvider (share UI).
public static int abc_shareactionprovider_share_with_application Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI).
public static int mr_media_route_button_content_description Content description of a MediaRouteButton for accessibility support.
public static int mr_media_route_chooser_searching Placeholder text to show when no devices have been found.
public static int mr_media_route_chooser_title Title of the media route chooser dialog.
public static int mr_media_route_controller_disconnect Button to 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()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static int abc_action_bar_home_description

Content description for the action bar "home" affordance. [CHAR LIMIT=NONE]

public static int abc_action_bar_up_description

Content description for the action bar "up" affordance. [CHAR LIMIT=NONE]

public static int abc_action_menu_overflow_description

Content description for the action menu overflow button. [CHAR LIMIT=NONE]

public static int abc_action_mode_done

Label for the "Done" button on the far left of action mode toolbars.

public static int abc_activity_chooser_view_see_all

Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25]

public static int abc_activitychooserview_choose_application

ActivityChooserView - accessibility support Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE]

public static int abc_searchview_description_clear

SearchView accessibility description for clear button [CHAR LIMIT=NONE]

public static int abc_searchview_description_query

SearchView accessibility description for search text field [CHAR LIMIT=NONE]

public static int abc_searchview_description_search

SearchView accessibility description for search button [CHAR LIMIT=NONE]

public static int abc_searchview_description_submit

SearchView accessibility description for submit button [CHAR LIMIT=NONE]

public static int abc_searchview_description_voice

SearchView accessibility description for voice button [CHAR LIMIT=NONE]

public static int abc_shareactionprovider_share_with

Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE]

public static int abc_shareactionprovider_share_with_application

Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE]

public static int mr_media_route_button_content_description

Content description of a MediaRouteButton for accessibility support. [CHAR LIMIT=50]

public static int mr_media_route_chooser_searching

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

public static int mr_media_route_chooser_title

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

public static int mr_media_route_controller_disconnect

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

public static int mr_system_route_name

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

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. [CHAR LIMIT=30]

Public Constructors

public R.string ()