us.the.mac.board
Class R.styleable

java.lang.Object
  extended by us.the.mac.board.R.styleable
Enclosing class:
R

public static final class R.styleable
extends Object


Field Summary
static int[] AdsAttrs
          Attributes that can be used with a AdsAttrs.
static int AdsAttrs_adSize
          
static int AdsAttrs_adSizes
          
static int AdsAttrs_adUnitId
          
static int[] Board
          Attributes that can be used with a Board.
static int Board_color
          This symbol is the offset where the R.attr.color attribute's value can be found in the Board array.
static int Board_square
          This symbol is the offset where the R.attr.square attribute's value can be found in the Board array.
static int[] Guide
          Attributes that can be used with a Guide.
static int Guide_end_message
          This symbol is the offset where the R.attr.end_message attribute's value can be found in the Guide array.
static int Guide_end_state
          This symbol is the offset where the R.attr.end_state attribute's value can be found in the Guide array.
static int Guide_movement_color
          This symbol is the offset where the R.attr.movement_color attribute's value can be found in the Guide array.
static int Guide_next_guide
          This symbol is the offset where the R.attr.next_guide attribute's value can be found in the Guide array.
static int Guide_selections
          This symbol is the offset where the R.attr.selections attribute's value can be found in the Guide array.
static int Guide_start_message
          This symbol is the offset where the R.attr.start_message attribute's value can be found in the Guide array.
static int Guide_start_title
          This symbol is the offset where the R.attr.start_title attribute's value can be found in the Guide array.
static int Guide_step_messages
          This symbol is the offset where the R.attr.step_messages attribute's value can be found in the Guide array.
static int Guide_steps
          This symbol is the offset where the R.attr.steps attribute's value can be found in the Guide array.
static int[] MapAttrs
          Attributes that can be used with a MapAttrs.
static int MapAttrs_cameraBearing
          This symbol is the offset where the R.attr.cameraBearing attribute's value can be found in the MapAttrs array.
static int MapAttrs_cameraTargetLat
          This symbol is the offset where the R.attr.cameraTargetLat attribute's value can be found in the MapAttrs array.
static int MapAttrs_cameraTargetLng
          This symbol is the offset where the R.attr.cameraTargetLng attribute's value can be found in the MapAttrs array.
static int MapAttrs_cameraTilt
          This symbol is the offset where the R.attr.cameraTilt attribute's value can be found in the MapAttrs array.
static int MapAttrs_cameraZoom
          This symbol is the offset where the R.attr.cameraZoom attribute's value can be found in the MapAttrs array.
static int MapAttrs_mapType
          This symbol is the offset where the R.attr.mapType attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiCompass
          This symbol is the offset where the R.attr.uiCompass attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiRotateGestures
          This symbol is the offset where the R.attr.uiRotateGestures attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiScrollGestures
          This symbol is the offset where the R.attr.uiScrollGestures attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiTiltGestures
          This symbol is the offset where the R.attr.uiTiltGestures attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiZoomControls
          This symbol is the offset where the R.attr.uiZoomControls attribute's value can be found in the MapAttrs array.
static int MapAttrs_uiZoomGestures
          This symbol is the offset where the R.attr.uiZoomGestures attribute's value can be found in the MapAttrs array.
static int MapAttrs_useViewLifecycle
          This symbol is the offset where the R.attr.useViewLifecycle attribute's value can be found in the MapAttrs array.
static int MapAttrs_zOrderOnTop
          This symbol is the offset where the R.attr.zOrderOnTop attribute's value can be found in the MapAttrs array.
 
Constructor Summary
R.styleable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AdsAttrs

public static final int[] AdsAttrs
Attributes that can be used with a AdsAttrs.

Includes the following attributes:

AttributeDescription
us.the.mac.board:adSize The size of the ad.
us.the.mac.board:adSizes A comma-separated list of the supported ad sizes.
us.the.mac.board:adUnitId The ad unit ID.

See Also:
AdsAttrs_adSize, AdsAttrs_adSizes, AdsAttrs_adUnitId

AdsAttrs_adSize

public static final int AdsAttrs_adSize

See Also:
Constant Field Values

AdsAttrs_adSizes

public static final int AdsAttrs_adSizes

See Also:
Constant Field Values

AdsAttrs_adUnitId

public static final int AdsAttrs_adUnitId

See Also:
Constant Field Values

Board

public static final int[] Board
Attributes that can be used with a Board.

Includes the following attributes:

AttributeDescription
us.the.mac.board:color
us.the.mac.board:square

See Also:
Board_color, Board_square

Board_color

public static final int Board_color

This symbol is the offset where the R.attr.color attribute's value can be found in the Board array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

Board_square

public static final int Board_square

This symbol is the offset where the R.attr.square attribute's value can be found in the Board array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

Guide

public static final int[] Guide
Attributes that can be used with a Guide.

Includes the following attributes:

AttributeDescription
us.the.mac.board:end_message
us.the.mac.board:end_state
us.the.mac.board:movement_color
us.the.mac.board:next_guide
us.the.mac.board:selections
us.the.mac.board:start_message
us.the.mac.board:start_title
us.the.mac.board:step_messages
us.the.mac.board:steps

See Also:
Guide_end_message, Guide_end_state, Guide_movement_color, Guide_next_guide, Guide_selections, Guide_start_message, Guide_start_title, Guide_step_messages, Guide_steps

Guide_end_message

public static final int Guide_end_message

This symbol is the offset where the R.attr.end_message attribute's value can be found in the Guide array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

Guide_end_state

public static final int Guide_end_state

This symbol is the offset where the R.attr.end_state attribute's value can be found in the Guide array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

Guide_movement_color

public static final int Guide_movement_color

This symbol is the offset where the R.attr.movement_color attribute's value can be found in the Guide array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

Guide_next_guide

public static final int Guide_next_guide

This symbol is the offset where the R.attr.next_guide attribute's value can be found in the Guide array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

See Also:
Constant Field Values

Guide_selections

public static final int Guide_selections

This symbol is the offset where the R.attr.selections attribute's value can be found in the Guide array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

Guide_start_message

public static final int Guide_start_message

This symbol is the offset where the R.attr.start_message attribute's value can be found in the Guide array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

Guide_start_title

public static final int Guide_start_title

This symbol is the offset where the R.attr.start_title attribute's value can be found in the Guide array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

Guide_step_messages

public static final int Guide_step_messages

This symbol is the offset where the R.attr.step_messages attribute's value can be found in the Guide array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

Guide_steps

public static final int Guide_steps

This symbol is the offset where the R.attr.steps attribute's value can be found in the Guide array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs

public static final int[] MapAttrs
Attributes that can be used with a MapAttrs.

Includes the following attributes:

AttributeDescription
us.the.mac.board:cameraBearing
us.the.mac.board:cameraTargetLat
us.the.mac.board:cameraTargetLng
us.the.mac.board:cameraTilt
us.the.mac.board:cameraZoom
us.the.mac.board:mapType
us.the.mac.board:uiCompass
us.the.mac.board:uiRotateGestures
us.the.mac.board:uiScrollGestures
us.the.mac.board:uiTiltGestures
us.the.mac.board:uiZoomControls
us.the.mac.board:uiZoomGestures
us.the.mac.board:useViewLifecycle
us.the.mac.board:zOrderOnTop

See Also:
MapAttrs_cameraBearing, MapAttrs_cameraTargetLat, MapAttrs_cameraTargetLng, MapAttrs_cameraTilt, MapAttrs_cameraZoom, MapAttrs_mapType, MapAttrs_uiCompass, MapAttrs_uiRotateGestures, MapAttrs_uiScrollGestures, MapAttrs_uiTiltGestures, MapAttrs_uiZoomControls, MapAttrs_uiZoomGestures, MapAttrs_useViewLifecycle, MapAttrs_zOrderOnTop

MapAttrs_cameraBearing

public static final int MapAttrs_cameraBearing

This symbol is the offset where the R.attr.cameraBearing attribute's value can be found in the MapAttrs array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_cameraTargetLat

public static final int MapAttrs_cameraTargetLat

This symbol is the offset where the R.attr.cameraTargetLat attribute's value can be found in the MapAttrs array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_cameraTargetLng

public static final int MapAttrs_cameraTargetLng

This symbol is the offset where the R.attr.cameraTargetLng attribute's value can be found in the MapAttrs array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_cameraTilt

public static final int MapAttrs_cameraTilt

This symbol is the offset where the R.attr.cameraTilt attribute's value can be found in the MapAttrs array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_cameraZoom

public static final int MapAttrs_cameraZoom

This symbol is the offset where the R.attr.cameraZoom attribute's value can be found in the MapAttrs array.

Must be a floating point value, such as "1.2".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_mapType

public static final int MapAttrs_mapType

This symbol is the offset where the R.attr.mapType attribute's value can be found in the MapAttrs array.

Must be one of the following constant values.

ConstantValueDescription
none0
normal1
satellite2
terrain3
hybrid4

See Also:
Constant Field Values

MapAttrs_uiCompass

public static final int MapAttrs_uiCompass

This symbol is the offset where the R.attr.uiCompass attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_uiRotateGestures

public static final int MapAttrs_uiRotateGestures

This symbol is the offset where the R.attr.uiRotateGestures attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_uiScrollGestures

public static final int MapAttrs_uiScrollGestures

This symbol is the offset where the R.attr.uiScrollGestures attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_uiTiltGestures

public static final int MapAttrs_uiTiltGestures

This symbol is the offset where the R.attr.uiTiltGestures attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_uiZoomControls

public static final int MapAttrs_uiZoomControls

This symbol is the offset where the R.attr.uiZoomControls attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_uiZoomGestures

public static final int MapAttrs_uiZoomGestures

This symbol is the offset where the R.attr.uiZoomGestures attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_useViewLifecycle

public static final int MapAttrs_useViewLifecycle

This symbol is the offset where the R.attr.useViewLifecycle attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

MapAttrs_zOrderOnTop

public static final int MapAttrs_zOrderOnTop

This symbol is the offset where the R.attr.zOrderOnTop attribute's value can be found in the MapAttrs array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()