FileDocCategorySizeDatePackage
BridgeConstants.javaAPI DocAndroid 5.1 API1946Thu Mar 12 22:22:44 GMT 2015com.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
NS_APP_RES_AUTO
App auto namespace
public static final String
R
public static final String
MATCH_PARENT
public static final String
FILL_PARENT
public static final String
WRAP_CONTENT
Constructors Summary
Methods Summary