us.the.mac.board
Class R.attr

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

public static final class R.attr
extends Object


Field Summary
static int adSize
          The size of the ad.
static int adSizes
          A comma-separated list of the supported ad sizes.
static int adUnitId
          The ad unit ID.
static int cameraBearing
          Must be a floating point value, such as "1.2".
static int cameraTargetLat
          Must be a floating point value, such as "1.2".
static int cameraTargetLng
          Must be a floating point value, such as "1.2".
static int cameraTilt
          Must be a floating point value, such as "1.2".
static int cameraZoom
          Must be a floating point value, such as "1.2".
static int color
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
static int end_message
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
static int end_state
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
static int mapType
          Must be one of the following constant values.
static int movement_color
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
static int next_guide
          Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
static int selections
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
static int square
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
static int start_message
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
static int start_title
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
static int step_messages
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
static int steps
          Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
static int uiCompass
          Must be a boolean value, either "true" or "false".
static int uiRotateGestures
          Must be a boolean value, either "true" or "false".
static int uiScrollGestures
          Must be a boolean value, either "true" or "false".
static int uiTiltGestures
          Must be a boolean value, either "true" or "false".
static int uiZoomControls
          Must be a boolean value, either "true" or "false".
static int uiZoomGestures
          Must be a boolean value, either "true" or "false".
static int useViewLifecycle
          Must be a boolean value, either "true" or "false".
static int zOrderOnTop
          Must be a boolean value, either "true" or "false".
 
Constructor Summary
R.attr()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adSize

public static int adSize
The size of the ad. It must be one of BANNER, FULL_BANNER, LEADERBOARD, MEDIUM_RECTANGLE, SMART_BANNER, WIDE_SKYSCRAPER, or <width>x<height>.

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.


adSizes

public static int adSizes
A comma-separated list of the supported ad sizes. The sizes must be one of BANNER, FULL_BANNER, LEADERBOARD, MEDIUM_RECTANGLE, SMART_BANNER, WIDE_SKYSCRAPER, or <width>x<height>.

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.


adUnitId

public static int adUnitId
The ad unit ID.

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.


cameraBearing

public static int cameraBearing

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.


cameraTargetLat

public static int cameraTargetLat

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.


cameraTargetLng

public static int cameraTargetLng

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.


cameraTilt

public static int cameraTilt

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.


cameraZoom

public static int cameraZoom

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.


color

public static int color

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.


end_message

public static int end_message

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.


end_state

public static int end_state

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.


mapType

public static int mapType

Must be one of the following constant values.

ConstantValueDescription
none0
normal1
satellite2
terrain3
hybrid4


movement_color

public static int movement_color

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.


next_guide

public static int next_guide

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


selections

public static int selections

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.


square

public static int square

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.


start_message

public static int start_message

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.


start_title

public static int start_title

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.


step_messages

public static int step_messages

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.


steps

public static int steps

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.


uiCompass

public static int uiCompass

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.


uiRotateGestures

public static int uiRotateGestures

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.


uiScrollGestures

public static int uiScrollGestures

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.


uiTiltGestures

public static int uiTiltGestures

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.


uiZoomControls

public static int uiZoomControls

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.


uiZoomGestures

public static int uiZoomGestures

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.


useViewLifecycle

public static int useViewLifecycle

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.


zOrderOnTop

public static int zOrderOnTop

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.

Constructor Detail

R.attr

public R.attr()