FileDocCategorySizeDatePackage
BridgeConstants.javaAPI DocAndroid 1.5 API2579Wed May 06 22:42:02 BST 2009com.android.layoutlib.bridge

BridgeConstants

public class BridgeConstants extends Object
Constant definition class.

Most constants have a prefix defining the content.
  • WS_ Workspace path constant. Those are absolute paths, from the project root.
  • OS_ OS path constant. These paths are different depending on the platform.
  • FN_ File name constant.
  • FD_ Folder name constant.
  • EXT_ File extension constant. This does NOT include a dot.
  • DOT_ File extension constant. This start with a dot.
  • RE_ Regexp constant.
  • NS_ Namespace constant.
  • CLASS_ Fully qualified class name.

Fields Summary
public static final String
NS_RESOURCES
Namespace for the resource XML
public static final String
R
public static final String
PREFIX_ANDROID_RESOURCE_REF
public static final String
PREFIX_RESOURCE_REF
public static final String
PREFIX_ANDROID_THEME_REF
public static final String
PREFIX_THEME_REF
public static final String
PREFIX_ANDROID
public static final String
RES_STYLE
public static final String
RES_ATTR
public static final String
RES_DRAWABLE
public static final String
RES_COLOR
public static final String
RES_LAYOUT
public static final String
RES_STRING
public static final String
RES_ID
public static final String
REFERENCE_STYLE
public static final String
REFERENCE_NULL
public static final String
FILL_PARENT
public static final String
WRAP_CONTENT
Constructors Summary
Methods Summary