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[] CalendarView
          Attributes that can be used with a CalendarView.
static int CalendarView_cv_dateTextAppearance
          
static int CalendarView_cv_dividerHorizontal
          This symbol is the offset where the R.attr.cv_dividerHorizontal attribute's value can be found in the CalendarView array.
static int CalendarView_cv_firstDayOfWeek
          
static int CalendarView_cv_focusedMonthDateColor
          
static int CalendarView_cv_maxDate
          
static int CalendarView_cv_minDate
          
static int CalendarView_cv_selectedDateVerticalBar
          
static int CalendarView_cv_selectedWeekBackgroundColor
          
static int CalendarView_cv_shownWeekCount
          
static int CalendarView_cv_showWeekNumber
          
static int CalendarView_cv_unfocusedMonthDateColor
          
static int CalendarView_cv_weekDayTextAppearance
          
static int CalendarView_cv_weekNumberColor
          
static int CalendarView_cv_weekSeparatorLineColor
          
static int[] DatePicker
          Attributes that can be used with a DatePicker.
static int DatePicker_dp_calendarViewShown
          
static int DatePicker_dp_endYear
          Deprecated. 
static int DatePicker_dp_internalLayout
          
static int DatePicker_dp_maxDate
          
static int DatePicker_dp_minDate
          
static int DatePicker_dp_spinnersShown
          
static int DatePicker_dp_startYear
          Deprecated. 
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
          
static int[] TextAppearanceCompatStyleable
          Framework styleables are not public.
static int TextAppearanceCompatStyleable_android_textSize
          This symbol is the offset where the net.simonvt.datepicker.samples.R.attr#android_textSize attribute's value can be found in the TextAppearanceCompatStyleable 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

CalendarView

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

Includes the following attributes:

AttributeDescription
net.simonvt.datepicker.samples:cv_dateTextAppearance The text appearance for the calendar dates.
net.simonvt.datepicker.samples:cv_dividerHorizontal
net.simonvt.datepicker.samples:cv_firstDayOfWeek The first day of week according to Calendar.
net.simonvt.datepicker.samples:cv_focusedMonthDateColor The color for the dates of the focused month.
net.simonvt.datepicker.samples:cv_maxDate The minimal date shown by this calendar view in mm/dd/yyyy format.
net.simonvt.datepicker.samples:cv_minDate The minimal date shown by this calendar view in mm/dd/yyyy format.
net.simonvt.datepicker.samples:cv_selectedDateVerticalBar Drawable for the vertical bar shown at the beginning and at the end of the selected date.
net.simonvt.datepicker.samples:cv_selectedWeekBackgroundColor The background color for the selected week.
net.simonvt.datepicker.samples:cv_showWeekNumber Whether do show week numbers.
net.simonvt.datepicker.samples:cv_shownWeekCount The number of weeks to be shown.
net.simonvt.datepicker.samples:cv_unfocusedMonthDateColor The color for the dates of an unfocused month.
net.simonvt.datepicker.samples:cv_weekDayTextAppearance The text appearance for the week day abbreviation of the calendar header.
net.simonvt.datepicker.samples:cv_weekNumberColor The color for the week numbers.
net.simonvt.datepicker.samples:cv_weekSeparatorLineColor The color for the separator line between weeks.

See Also:
CalendarView_cv_dateTextAppearance, CalendarView_cv_dividerHorizontal, CalendarView_cv_firstDayOfWeek, CalendarView_cv_focusedMonthDateColor, CalendarView_cv_maxDate, CalendarView_cv_minDate, CalendarView_cv_selectedDateVerticalBar, CalendarView_cv_selectedWeekBackgroundColor, CalendarView_cv_showWeekNumber, CalendarView_cv_shownWeekCount, CalendarView_cv_unfocusedMonthDateColor, CalendarView_cv_weekDayTextAppearance, CalendarView_cv_weekNumberColor, CalendarView_cv_weekSeparatorLineColor

CalendarView_cv_dateTextAppearance

public static final int CalendarView_cv_dateTextAppearance

See Also:
Constant Field Values

CalendarView_cv_dividerHorizontal

public static final int CalendarView_cv_dividerHorizontal

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

CalendarView_cv_firstDayOfWeek

public static final int CalendarView_cv_firstDayOfWeek

See Also:
Constant Field Values

CalendarView_cv_focusedMonthDateColor

public static final int CalendarView_cv_focusedMonthDateColor

See Also:
Constant Field Values

CalendarView_cv_maxDate

public static final int CalendarView_cv_maxDate

See Also:
Constant Field Values

CalendarView_cv_minDate

public static final int CalendarView_cv_minDate

See Also:
Constant Field Values

CalendarView_cv_selectedDateVerticalBar

public static final int CalendarView_cv_selectedDateVerticalBar

See Also:
Constant Field Values

CalendarView_cv_selectedWeekBackgroundColor

public static final int CalendarView_cv_selectedWeekBackgroundColor

See Also:
Constant Field Values

CalendarView_cv_showWeekNumber

public static final int CalendarView_cv_showWeekNumber

See Also:
Constant Field Values

CalendarView_cv_shownWeekCount

public static final int CalendarView_cv_shownWeekCount

See Also:
Constant Field Values

CalendarView_cv_unfocusedMonthDateColor

public static final int CalendarView_cv_unfocusedMonthDateColor

See Also:
Constant Field Values

CalendarView_cv_weekDayTextAppearance

public static final int CalendarView_cv_weekDayTextAppearance

See Also:
Constant Field Values

CalendarView_cv_weekNumberColor

public static final int CalendarView_cv_weekNumberColor

See Also:
Constant Field Values

CalendarView_cv_weekSeparatorLineColor

public static final int CalendarView_cv_weekSeparatorLineColor

See Also:
Constant Field Values

DatePicker

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

Includes the following attributes:

AttributeDescription
net.simonvt.datepicker.samples:dp_calendarViewShown Whether the calendar view is shown.
net.simonvt.datepicker.samples:dp_endYear The last year (inclusive), for example "2010".
net.simonvt.datepicker.samples:dp_internalLayout @hide The layout of the date picker.
net.simonvt.datepicker.samples:dp_maxDate The maximal date shown by this calendar view in mm/dd/yyyy format.
net.simonvt.datepicker.samples:dp_minDate The minimal date shown by this calendar view in mm/dd/yyyy format.
net.simonvt.datepicker.samples:dp_spinnersShown Whether the spinners are shown.
net.simonvt.datepicker.samples:dp_startYear The first year (inclusive), for example "1940".

See Also:
DatePicker_dp_calendarViewShown, DatePicker_dp_endYear, DatePicker_dp_internalLayout, DatePicker_dp_maxDate, DatePicker_dp_minDate, DatePicker_dp_spinnersShown, DatePicker_dp_startYear

DatePicker_dp_calendarViewShown

public static final int DatePicker_dp_calendarViewShown

See Also:
Constant Field Values

DatePicker_dp_endYear

@Deprecated
public static final int DatePicker_dp_endYear
Deprecated. 

See Also:
Constant Field Values

DatePicker_dp_internalLayout

public static final int DatePicker_dp_internalLayout

See Also:
Constant Field Values

DatePicker_dp_maxDate

public static final int DatePicker_dp_maxDate

See Also:
Constant Field Values

DatePicker_dp_minDate

public static final int DatePicker_dp_minDate

See Also:
Constant Field Values

DatePicker_dp_spinnersShown

public static final int DatePicker_dp_spinnersShown

See Also:
Constant Field Values

DatePicker_dp_startYear

@Deprecated
public static final int DatePicker_dp_startYear
Deprecated. 

See Also:
Constant Field Values

NumberPicker

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

Includes the following attributes:

AttributeDescription
net.simonvt.datepicker.samples:internalLayout @hide The layout of the number picker.
net.simonvt.datepicker.samples:internalMaxHeight @hide The max height of the NumberPicker.
net.simonvt.datepicker.samples:internalMaxWidth @hide The max width of the NumberPicker.
net.simonvt.datepicker.samples:internalMinHeight @hide The min height of the NumberPicker.
net.simonvt.datepicker.samples:internalMinWidth @hide The min width of the NumberPicker.
net.simonvt.datepicker.samples:selectionDivider @hide The divider for making the selection area.
net.simonvt.datepicker.samples:selectionDividerHeight @hide The height of the selection divider.
net.simonvt.datepicker.samples:selectionDividersDistance @hide The distance between the two selection dividers.
net.simonvt.datepicker.samples:solidColor @hide Color for the solid color background if such for optimized rendering.
net.simonvt.datepicker.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

TextAppearanceCompatStyleable

public static final int[] TextAppearanceCompatStyleable
Framework styleables are not public.

Includes the following attributes:

AttributeDescription
net.simonvt.datepicker.samples:android_textSize

See Also:
TextAppearanceCompatStyleable_android_textSize

TextAppearanceCompatStyleable_android_textSize

public static final int TextAppearanceCompatStyleable_android_textSize

This symbol is the offset where the net.simonvt.datepicker.samples.R.attr#android_textSize attribute's value can be found in the TextAppearanceCompatStyleable array.

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()


Copyright © 2012-2013. All Rights Reserved.