FileDocCategorySizeDatePackage
BrandingResourceIDs.javaAPI DocAndroid 1.5 API1657Wed May 06 22:42:00 BST 2009android.im

BrandingResourceIDs

public interface BrandingResourceIDs
hide
Defines the IDs of branding resources.

Fields Summary
public static final int
DRAWABLE_LOGO
The logo icon of the provider which is displayed in the landing page.
public static final int
DRAWABLE_PRESENCE_ONLINE
The icon of online presence status.
public static final int
DRAWABLE_PRESENCE_BUSY
The icon of busy presence status.
public static final int
DRAWABLE_PRESENCE_AWAY
The icon of away presence status.
public static final int
DRAWABLE_PRESENCE_INVISIBLE
The icon of invisible presence status.
public static final int
DRAWABLE_PRESENCE_OFFLINE
The icon of offline presence status.
public static final int
STRING_MENU_CONTACT_LIST
The label of the menu to go to the contact list screen.
Constructors Summary
Methods Summary