android-R.string

来源:互联网 发布:linux mongodb安装 编辑:程序博客网 时间:2024/05/17 18:43

R.string

public static final class R.string 
extends Object 

java.lang.Object   ↳android.R.string

Summary


Constants

intVideoView_error_button

Button to close error alert when a video cannot be played

intVideoView_error_text_invalid_progressive_playback

Text for error alert when a video container is not valid for progressive download/playback.

intVideoView_error_text_unknown

Text for error alert when a video cannot be played.

intVideoView_error_title

Title for error alert when a video cannot be played.

intcancel

Preference framework strings.

intcopy

Item on EditText context menu.

int copyUrl

Item on EditText context menu.

intcut

Item on EditText context menu.

intdefaultMsisdnAlphaTag

What the UI should display for "Msisdn" unless overridden by the SIM

intdefaultVoiceMailAlphaTag

What the UI should display for "voice mail" unless overridden by the SIM

intdialog_alert_title

This is the generic "attention" string to be used in attention dialogs.

intemptyPhoneNumber

How to display the lack of a phone number

intfingerprint_icon_content_description

Content description which should be used for the fingerprint icon.

inthttpErrorBadUrl

Displayed when a web request failed because the URL isn't in a valid form.

inthttpErrorUnsupportedScheme

Displayed when a web request failed because the protocol of the server is not supported.

intno

Preference framework strings.

intok

Preference framework strings.

intpaste

Item on EditText context menu.

intsearch_go

This is the default button label in the system-wide search UI.

intselectAll

Item on EditText context menu.

intselectTextMode

Item on EditText context menu.

intstatus_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.

intunknownName

How to display the lack of a name

intuntitled

Used in Contacts for a field that has no label and in Note Pad for a note with no name.

intyes

Preference framework strings.

Public constructors

R.string()

Inherited methods

From class java.lang.Object

Constants


VideoView_error_button

Added in API level 1
int VideoView_error_button

Button to close error alert when a video cannot be played

Constant Value: 17039376 (0x01040010)

VideoView_error_text_invalid_progressive_playback

Added in API level 3
int VideoView_error_text_invalid_progressive_playback

Text for error alert when a video container is not valid for progressive download/playback.

Constant Value: 17039381 (0x01040015)

VideoView_error_text_unknown

Added in API level 1
int VideoView_error_text_unknown

Text for error alert when a video cannot be played. it can be used by any app.

Constant Value: 17039377 (0x01040011)

VideoView_error_title

Added in API level 1
int VideoView_error_title

Title for error alert when a video cannot be played. it can be used by any app.

Constant Value: 17039378 (0x01040012)

cancel

Added in API level 1
int cancel

Preference framework strings.

Constant Value: 17039360 (0x01040000)

copy

Added in API level 1
int copy

Item on EditText context menu. This action is used to cut selected the text into the clipboard.

Constant Value: 17039361 (0x01040001)

copyUrl

Added in API level 1
int copyUrl

Item on EditText context menu. This action is used to copy a URL from the edit field into the clipboard.

Constant Value: 17039362 (0x01040002)

cut

Added in API level 1
int cut

Item on EditText context menu. This action is used to cut selected the text into the clipboard.

Constant Value: 17039363 (0x01040003)

defaultMsisdnAlphaTag

Added in API level 1
int defaultMsisdnAlphaTag

What the UI should display for "Msisdn" unless overridden by the SIM

Constant Value: 17039365 (0x01040005)

defaultVoiceMailAlphaTag

Added in API level 1
int defaultVoiceMailAlphaTag

What the UI should display for "voice mail" unless overridden by the SIM

Constant Value: 17039364 (0x01040004)

dialog_alert_title

Added in API level 3
int dialog_alert_title

This is the generic "attention" string to be used in attention dialogs. Typically combined with setIconAttribute(android.R.attr.alertDialogIcon) (or setIcon(android.R.drawable.ic_dialog_alert) on legacy versions of the platform)

Constant Value: 17039380 (0x01040014)

emptyPhoneNumber

Added in API level 1
int emptyPhoneNumber

How to display the lack of a phone number

Constant Value: 17039366 (0x01040006)

fingerprint_icon_content_description

Added in API level 23
int fingerprint_icon_content_description

Content description which should be used for the fingerprint icon.

Constant Value: 17039384 (0x01040018)

httpErrorBadUrl

Added in API level 1
int httpErrorBadUrl

Displayed when a web request failed because the URL isn't in a valid form.

Constant Value: 17039367 (0x01040007)

httpErrorUnsupportedScheme

Added in API level 1
int httpErrorUnsupportedScheme

Displayed when a web request failed because the protocol of the server is not supported.

Constant Value: 17039368 (0x01040008)

no

Added in API level 1
int no

Preference framework strings.

Constant Value: 17039369 (0x01040009)

ok

Added in API level 1
int ok

Preference framework strings.

Constant Value: 17039370 (0x0104000a)

paste

Added in API level 1
int paste

Item on EditText context menu. This action is used to paste from the clipboard into the eidt field

Constant Value: 17039371 (0x0104000b)

search_go

Added in API level 1
int search_go

This is the default button label in the system-wide search UI. It is also used by the home screen's search "widget". It should be short

Constant Value: 17039372 (0x0104000c)

selectAll

Added in API level 1
int selectAll

Item on EditText context menu. This action is used to select all text in the edit field.

Constant Value: 17039373 (0x0104000d)

selectTextMode

Added in API level 11
int selectTextMode

Item on EditText context menu. Added only when the context menu is not empty, it enable selection context mode. [CHAR LIMIT=20]

Constant Value: 17039382 (0x01040016)

status_bar_notification_info_overflow

Added in API level 14
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]

Constant Value: 17039383 (0x01040017)

unknownName

Added in API level 1
int unknownName

How to display the lack of a name

Constant Value: 17039374 (0x0104000e)

untitled

Added in API level 1
int untitled

Used in Contacts for a field that has no label and in Note Pad for a note with no name.

Constant Value: 17039375 (0x0104000f)

yes

Added in API level 1
int yes

Preference framework strings.

Constant Value: 17039379 (0x01040013)

Public constructors


R.string

Added in API level 1
R.string ()
0 0
原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 美团健康证怎么办 便检取样很多怎么办 拉不出大便怎么办马上解决方法 无业人员怎么办健康证 健康证没身份证怎么办 身份证过期了怎么办护照 驾照体检表丢了怎么办 驾照体检表掉了怎么办 驾校体检表掉了怎么办 身份证掉了怎么办护照 驾照体检表过期了怎么办 助力车行驶证过期怎么办 c1证骑摩托车怎么办 别人知道驾驶证号码怎么办 摩托车卖了车牌怎么办 违章超过12分怎么办 违章扣分24分怎么办 驾驶证有效期过了怎么办 驾驶证到期没审怎么办 驾驶证扣不了分怎么办 集体户口怎么办户口本公证 强制保险单丢了怎么办 车子保险单丢了怎么办 汽车保险单子丢了怎么办 汽车保险贴丢了怎么办 保险本子丢了怎么办 平安保险单丢了怎么办 人寿保险单丢了怎么办 个人保险单丢了怎么办 学生保险单丢了怎么办 车保险单丢了怎么办 小孩保险单丢了怎么办 江苏省河道疏浚证怎么办 友利银行怎么办卡 专票信息没固话怎么办 廊坊市交警队放车后乱收费怎么办 驾驶本到期了怎么办 出国读研档案怎么办 出国留学 报到证怎么办 驾驶证扣分超证怎么办 车子违章132分怎么办