net.simonvt.numberpicker
Class R.styleable

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

public static final class R.styleable
extends Object


Field Summary
static int[] NumberPicker
          Attributes that can be used with a NumberPicker.
static int NumberPicker_internalLayout
          
static int NumberPicker_internalMaxHeight
          
static int NumberPicker_internalMaxWidth
          
static int NumberPicker_internalMinHeight
          
static int NumberPicker_internalMinWidth
          
static int NumberPicker_selectionDivider
          
static int NumberPicker_selectionDividerHeight
          
static int NumberPicker_selectionDividersDistance
          
static int NumberPicker_solidColor
          
static int NumberPicker_virtualButtonPressedDrawable
          
 
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

NumberPicker

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

Includes the following attributes:

AttributeDescription
net.simonvt.numberpicker.samples:internalLayout @hide The layout of the number picker.
net.simonvt.numberpicker.samples:internalMaxHeight @hide The max height of the NumberPicker.
net.simonvt.numberpicker.samples:internalMaxWidth @hide The max width of the NumberPicker.
net.simonvt.numberpicker.samples:internalMinHeight @hide The min height of the NumberPicker.
net.simonvt.numberpicker.samples:internalMinWidth @hide The min width of the NumberPicker.
net.simonvt.numberpicker.samples:selectionDivider @hide The divider for making the selection area.
net.simonvt.numberpicker.samples:selectionDividerHeight @hide The height of the selection divider.
net.simonvt.numberpicker.samples:selectionDividersDistance @hide The distance between the two selection dividers.
net.simonvt.numberpicker.samples:solidColor @hide Color for the solid color background if such for optimized rendering.
net.simonvt.numberpicker.samples:virtualButtonPressedDrawable @hide The drawable for pressed virtual (increment/decrement) buttons.

See Also:
NumberPicker_internalLayout, NumberPicker_internalMaxHeight, NumberPicker_internalMaxWidth, NumberPicker_internalMinHeight, NumberPicker_internalMinWidth, NumberPicker_selectionDivider, NumberPicker_selectionDividerHeight, NumberPicker_selectionDividersDistance, NumberPicker_solidColor, NumberPicker_virtualButtonPressedDrawable

NumberPicker_internalLayout

public static final int NumberPicker_internalLayout

See Also:
Constant Field Values

NumberPicker_internalMaxHeight

public static final int NumberPicker_internalMaxHeight

See Also:
Constant Field Values

NumberPicker_internalMaxWidth

public static final int NumberPicker_internalMaxWidth

See Also:
Constant Field Values

NumberPicker_internalMinHeight

public static final int NumberPicker_internalMinHeight

See Also:
Constant Field Values

NumberPicker_internalMinWidth

public static final int NumberPicker_internalMinWidth

See Also:
Constant Field Values

NumberPicker_selectionDivider

public static final int NumberPicker_selectionDivider

See Also:
Constant Field Values

NumberPicker_selectionDividerHeight

public static final int NumberPicker_selectionDividerHeight

See Also:
Constant Field Values

NumberPicker_selectionDividersDistance

public static final int NumberPicker_selectionDividersDistance

See Also:
Constant Field Values

NumberPicker_solidColor

public static final int NumberPicker_solidColor

See Also:
Constant Field Values

NumberPicker_virtualButtonPressedDrawable

public static final int NumberPicker_virtualButtonPressedDrawable

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()


Copyright © 2012-2013. All Rights Reserved.