Name
Button.Hint -- set button hint (V2.0)
Platforms
Android

Function
When using buttons in dialogs on Android, you can specify a hint value that tells Android whether the button is the positive, negative, or neutral one. This hint value can be set using this attribute. You can set it to the following values:

None
No hint. This is the default setting.

Positive
Button is the positive button in a dialog (e.g. "Yes").

Negative
Button is the negative button in a dialog (e.g. "No").

Neutral
Button is the neutral button in a dialog (e.g. "Cancel").

Type
String (see above for possible values)

Applicability
I


Show TOC