public
static
final
class
R.string
extends Object
java.lang.Object | |
↳ | android.support.v7.appcompat.R.string |
Fields | |
---|---|
public
static
int |
abc_action_bar_home_description
Content description for the action bar "home" affordance. |
public
static
int |
abc_action_bar_home_description_format
Formatting string for describing the action bar's title/home/up affordance. |
public
static
int |
abc_action_bar_home_subtitle_description_format
Just like action_bar_home_description_format, but this one will be used if the window is also providing subtitle text. |
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
Description of the shwoing of a popup window with activities to choose from. |
public
static
int |
abc_capital_off
Default text for a button that can be toggled on and off. |
public
static
int |
abc_capital_on
Default text for a button that can be toggled on and off. |
public
static
int |
abc_font_family_body_1_material
|
public
static
int |
abc_font_family_body_2_material
|
public
static
int |
abc_font_family_button_material
|
public
static
int |
abc_font_family_caption_material
|
public
static
int |
abc_font_family_display_1_material
|
public
static
int |
abc_font_family_display_2_material
|
public
static
int |
abc_font_family_display_3_material
|
public
static
int |
abc_font_family_display_4_material
|
public
static
int |
abc_font_family_headline_material
|
public
static
int |
abc_font_family_menu_material
|
public
static
int |
abc_font_family_subhead_material
|
public
static
int |
abc_font_family_title_material
|
public
static
int |
abc_search_hint
Default hint text for the system-wide search UI's text field. |
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 |
abc_toolbar_collapse_description
Content description for the Toolbar icon used to collapse an expanded action mode. |
public
static
int |
status_bar_notification_info_overflow
Text to use when the number in a notification info is too large (greater than status_bar_notification_info_maxnum, defined in values/config.xml) and must be truncated. |
Public constructors | |
---|---|
R.string()
|
Inherited methods | |
---|---|
From
class
java.lang.Object
|
int abc_action_bar_home_description
Content description for the action bar "home" affordance. [CHAR LIMIT=NONE]
int abc_action_bar_home_description_format
Formatting string for describing the action bar's title/home/up affordance. This is a single tappable "button" that includes the app icon, the Up indicator (usually a "<" chevron) and the window title text. %1$s is the title. %2$s is the description of what tapping/clicking the whole thing is going to do.
int abc_action_bar_home_subtitle_description_format
Just like action_bar_home_description_format, but this one will be used if the window is also providing subtitle text. %1$s is the title. %2$s is the subtitle. %3$s is the description of what tapping/clicking the whole thing is going to do.
int abc_action_bar_up_description
Content description for the action bar "up" affordance. [CHAR LIMIT=NONE]
int abc_action_menu_overflow_description
Content description for the action menu overflow button. [CHAR LIMIT=NONE]
int abc_action_mode_done
Label for the "Done" button on the far left of action mode toolbars.
int abc_activity_chooser_view_see_all
Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25]
int abc_activitychooserview_choose_application
Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE]
int abc_capital_off
Default text for a button that can be toggled on and off.
int abc_capital_on
Default text for a button that can be toggled on and off.
int abc_font_family_body_1_material
int abc_font_family_body_2_material
int abc_font_family_button_material
int abc_font_family_caption_material
int abc_font_family_display_1_material
int abc_font_family_display_2_material
int abc_font_family_display_3_material
int abc_font_family_display_4_material
int abc_font_family_headline_material
int abc_font_family_menu_material
int abc_font_family_subhead_material
int abc_font_family_title_material
int abc_search_hint
Default hint text for the system-wide search UI's text field. [CHAR LIMIT=30]
int abc_searchview_description_clear
SearchView accessibility description for clear button [CHAR LIMIT=NONE]
int abc_searchview_description_query
SearchView accessibility description for search text field [CHAR LIMIT=NONE]
int abc_searchview_description_search
SearchView accessibility description for search button [CHAR LIMIT=NONE]
int abc_searchview_description_submit
SearchView accessibility description for submit button [CHAR LIMIT=NONE]
int abc_searchview_description_voice
SearchView accessibility description for voice button [CHAR LIMIT=NONE]
int abc_shareactionprovider_share_with
Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE]
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]
int abc_toolbar_collapse_description
Content description for the Toolbar icon used to collapse an expanded action mode. [CHAR LIMIT=NONE]
int status_bar_notification_info_overflow
Text to use when the number in a notification info is too large (greater than status_bar_notification_info_maxnum, defined in values/config.xml) and must be truncated. May need to be localized for most appropriate textual indicator of "more than X". [CHAR LIMIT=4]
R.string ()