net.simonvt.threepanelayout
Class R.attr

java.lang.Object
  extended by net.simonvt.threepanelayout.R.attr
Enclosing class:
R

public static final class R.attr
extends Object


Field Summary
static int leftActiveIndicator
          Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
static int leftPaneLayout
          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 leftPaneWidth
          Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
static int middleActiveIndicator
          Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
static int middlePaneCollapsedWidth
          Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
static int middlePaneCollapsible
          Must be a boolean value, either "true" or "false".
static int middlePaneLayout
          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 rightPaneLayout
          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 threePaneLayoutStyle
          Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".
 
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

leftActiveIndicator

public static final int leftActiveIndicator

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

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

leftPaneLayout

public static final int leftPaneLayout

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

leftPaneWidth

public static final int leftPaneWidth

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

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

middleActiveIndicator

public static final int middleActiveIndicator

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

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

middlePaneCollapsedWidth

public static final int middlePaneCollapsedWidth

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

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

middlePaneCollapsible

public static final int middlePaneCollapsible

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

middlePaneLayout

public static final int middlePaneLayout

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

rightPaneLayout

public static final int rightPaneLayout

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

threePaneLayoutStyle

public static final int threePaneLayoutStyle

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
Constructor Detail

R.attr

public R.attr()


Copyright © 2013. All Rights Reserved.