Fields Summary |
---|
public static final int | DRAWABLE_SPLASH_SCREENThe image displayed on the splash screen while logging in. |
public static final int | DRAWABLE_BLOCKThe icon for blocked contacts. |
public static final int | DRAWABLE_CHAT_WATERMARKThe water mark background for chat screen. |
public static final int | DRAWABLE_READ_CHATThe icon for the read conversation. |
public static final int | DRAWABLE_UNREAD_CHATThe icon for the unread conversation. |
public static final int | STRING_BUDDY_LIST_TITLEThe title of buddy list screen. It's conjuncted with the current username
and should be formatted as a string like
"Contact List - <xliff:g id="username">%1$s</xliff:g> |
public static final int | STRING_ARRAY_SMILEY_NAMESA string array of the smiley names. |
public static final int | STRING_ARRAY_SMILEY_TEXTSA string array of the smiley texts. |
public static final int | STRING_PRESENCE_AVAILABLEThe string of available presence status. |
public static final int | STRING_PRESENCE_AWAYThe string of away presence status. |
public static final int | STRING_PRESENCE_BUSYThe string of busy presence status. |
public static final int | STRING_PRESENCE_IDLEThe string of the idle presence status. |
public static final int | STRING_PRESENCE_INVISIBLEThe string of the invisible presence status. |
public static final int | STRING_PRESENCE_OFFLINEThe string of the offline presence status. |
public static final int | STRING_LABEL_USERNAMEThe label of username displayed on the account setup screen. |
public static final int | STRING_ONGOING_CONVERSATIONThe label of the ongoing conversation group. |
public static final int | STRING_ADD_CONTACT_TITLEThe title of add contact screen. |
public static final int | STRING_LABEL_INPUT_CONTACTThe label of the contact input box on the add contact screen. |
public static final int | STRING_BUTTON_ADD_CONTACTThe label of the add contact button on the add contact screen |
public static final int | STRING_CONTACT_INFO_TITLEThe title of the contact info dialog. |
public static final int | STRING_MENU_ADD_CONTACTThe label of the menu to add a contact. |
public static final int | STRING_MENU_START_CHATThe label of the menu to start a conversation. |
public static final int | STRING_MENU_VIEW_PROFILEThe label of the menu to view contact profile info. |
public static final int | STRING_MENU_END_CHATThe label of the menu to end a conversation. |
public static final int | STRING_MENU_BLOCK_CONTACTThe label of the menu to block a contact. |
public static final int | STRING_MENU_DELETE_CONTACTThe label of the menu to delete a contact. |
public static final int | STRING_MENU_INSERT_SMILEYThe label of the menu to insert a smiley. |
public static final int | STRING_MENU_SWITCH_CHATSThe label of the menu to switch conversations. |
public static final int | STRING_TOAST_CHECK_AUTO_SIGN_INThe string of the toast displayed when auto sign in button on the account
setup screen is checked. |
public static final int | STRING_TOAST_CHECK_SAVE_PASSWORDThe string of the toast displayed when the remember password button on
the account setup screen is checked. |
public static final int | STRING_LABEL_SIGN_UPThe label of sign up a new account on the account setup screen. |
public static final int | STRING_TOU_MESSAGEThe term of use message. If provided, a dialog will be shown at the first
time login to ask the user if he would accept the term or not. |
public static final int | STRING_TOU_TITLEThe title of the term of use dialog. |
public static final int | STRING_TOU_ACCEPTThe label of the button to accept the term of use. |
public static final int | STRING_TOU_DECLINEThe label of the button to decline the term of use. |