net.simonvt.threepanelayout
Class R.styleable

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

public static final class R.styleable
extends Object


Field Summary
static int[] ThreePaneLayout
          Attributes that can be used with a ThreePaneLayout.
static int ThreePaneLayout_leftActiveIndicator
          This symbol is the offset where the R.attr.leftActiveIndicator attribute's value can be found in the ThreePaneLayout array.
static int ThreePaneLayout_leftPaneLayout
          This symbol is the offset where the R.attr.leftPaneLayout attribute's value can be found in the ThreePaneLayout array.
static int ThreePaneLayout_leftPaneWidth
          This symbol is the offset where the R.attr.leftPaneWidth attribute's value can be found in the ThreePaneLayout array.
static int ThreePaneLayout_middleActiveIndicator
          This symbol is the offset where the R.attr.middleActiveIndicator attribute's value can be found in the ThreePaneLayout array.
static int ThreePaneLayout_middlePaneCollapsedWidth
          This symbol is the offset where the R.attr.middlePaneCollapsedWidth attribute's value can be found in the ThreePaneLayout array.
static int ThreePaneLayout_middlePaneCollapsible
          This symbol is the offset where the R.attr.middlePaneCollapsible attribute's value can be found in the ThreePaneLayout array.
static int ThreePaneLayout_middlePaneLayout
          This symbol is the offset where the R.attr.middlePaneLayout attribute's value can be found in the ThreePaneLayout array.
static int ThreePaneLayout_rightPaneLayout
          This symbol is the offset where the R.attr.rightPaneLayout attribute's value can be found in the ThreePaneLayout 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

ThreePaneLayout

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

Includes the following attributes:

AttributeDescription
net.simonvt.threepanelayout:leftActiveIndicator
net.simonvt.threepanelayout:leftPaneLayout
net.simonvt.threepanelayout:leftPaneWidth
net.simonvt.threepanelayout:middleActiveIndicator
net.simonvt.threepanelayout:middlePaneCollapsedWidth
net.simonvt.threepanelayout:middlePaneCollapsible
net.simonvt.threepanelayout:middlePaneLayout
net.simonvt.threepanelayout:rightPaneLayout

See Also:
ThreePaneLayout_leftActiveIndicator, ThreePaneLayout_leftPaneLayout, ThreePaneLayout_leftPaneWidth, ThreePaneLayout_middleActiveIndicator, ThreePaneLayout_middlePaneCollapsedWidth, ThreePaneLayout_middlePaneCollapsible, ThreePaneLayout_middlePaneLayout, ThreePaneLayout_rightPaneLayout

ThreePaneLayout_leftActiveIndicator

public static final int ThreePaneLayout_leftActiveIndicator

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

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

ThreePaneLayout_leftPaneLayout

public static final int ThreePaneLayout_leftPaneLayout

This symbol is the offset where the R.attr.leftPaneLayout attribute's value can be found in the ThreePaneLayout 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

ThreePaneLayout_leftPaneWidth

public static final int ThreePaneLayout_leftPaneWidth

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

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

ThreePaneLayout_middleActiveIndicator

public static final int ThreePaneLayout_middleActiveIndicator

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

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

ThreePaneLayout_middlePaneCollapsedWidth

public static final int ThreePaneLayout_middlePaneCollapsedWidth

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

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

ThreePaneLayout_middlePaneCollapsible

public static final int ThreePaneLayout_middlePaneCollapsible

This symbol is the offset where the R.attr.middlePaneCollapsible attribute's value can be found in the ThreePaneLayout 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

ThreePaneLayout_middlePaneLayout

public static final int ThreePaneLayout_middlePaneLayout

This symbol is the offset where the R.attr.middlePaneLayout attribute's value can be found in the ThreePaneLayout 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

ThreePaneLayout_rightPaneLayout

public static final int ThreePaneLayout_rightPaneLayout

This symbol is the offset where the R.attr.rightPaneLayout attribute's value can be found in the ThreePaneLayout 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
Constructor Detail

R.styleable

public R.styleable()


Copyright © 2013. All Rights Reserved.