FileDocCategorySizeDatePackage
BrandingResourceIDs.javaAPI DocAndroid 1.5 API5820Wed May 06 22:42:46 BST 2009com.android.im.plugin

BrandingResourceIDs

public interface BrandingResourceIDs implements android.im.BrandingResourceIDs
Defines the IDs of branding resources.

Fields Summary
public static final int
DRAWABLE_SPLASH_SCREEN
The image displayed on the splash screen while logging in.
public static final int
DRAWABLE_BLOCK
The icon for blocked contacts.
public static final int
DRAWABLE_CHAT_WATERMARK
The water mark background for chat screen.
public static final int
DRAWABLE_READ_CHAT
The icon for the read conversation.
public static final int
DRAWABLE_UNREAD_CHAT
The icon for the unread conversation.
public static final int
STRING_BUDDY_LIST_TITLE
The 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_NAMES
A string array of the smiley names.
public static final int
STRING_ARRAY_SMILEY_TEXTS
A string array of the smiley texts.
public static final int
STRING_PRESENCE_AVAILABLE
The string of available presence status.
public static final int
STRING_PRESENCE_AWAY
The string of away presence status.
public static final int
STRING_PRESENCE_BUSY
The string of busy presence status.
public static final int
STRING_PRESENCE_IDLE
The string of the idle presence status.
public static final int
STRING_PRESENCE_INVISIBLE
The string of the invisible presence status.
public static final int
STRING_PRESENCE_OFFLINE
The string of the offline presence status.
public static final int
STRING_LABEL_USERNAME
The label of username displayed on the account setup screen.
public static final int
STRING_ONGOING_CONVERSATION
The label of the ongoing conversation group.
public static final int
STRING_ADD_CONTACT_TITLE
The title of add contact screen.
public static final int
STRING_LABEL_INPUT_CONTACT
The label of the contact input box on the add contact screen.
public static final int
STRING_BUTTON_ADD_CONTACT
The label of the add contact button on the add contact screen
public static final int
STRING_CONTACT_INFO_TITLE
The title of the contact info dialog.
public static final int
STRING_MENU_ADD_CONTACT
The label of the menu to add a contact.
public static final int
STRING_MENU_START_CHAT
The label of the menu to start a conversation.
public static final int
STRING_MENU_VIEW_PROFILE
The label of the menu to view contact profile info.
public static final int
STRING_MENU_END_CHAT
The label of the menu to end a conversation.
public static final int
STRING_MENU_BLOCK_CONTACT
The label of the menu to block a contact.
public static final int
STRING_MENU_DELETE_CONTACT
The label of the menu to delete a contact.
public static final int
STRING_MENU_INSERT_SMILEY
The label of the menu to insert a smiley.
public static final int
STRING_MENU_SWITCH_CHATS
The label of the menu to switch conversations.
public static final int
STRING_TOAST_CHECK_AUTO_SIGN_IN
The 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_PASSWORD
The string of the toast displayed when the remember password button on the account setup screen is checked.
public static final int
STRING_LABEL_SIGN_UP
The label of sign up a new account on the account setup screen.
public static final int
STRING_TOU_MESSAGE
The 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_TITLE
The title of the term of use dialog.
public static final int
STRING_TOU_ACCEPT
The label of the button to accept the term of use.
public static final int
STRING_TOU_DECLINE
The label of the button to decline the term of use.
Constructors Summary
Methods Summary