net.simonvt.calendarview
Class R.attr

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

public static final class R.attr
extends Object


Field Summary
static int calendarViewStyle
          The CalendarView style.
static int cv_dateTextAppearance
          The text appearance for the calendar dates.
static int cv_dividerHorizontal
          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 cv_firstDayOfWeek
          The first day of week according to Calendar.
static int cv_focusedMonthDateColor
          The color for the dates of the focused month.
static int cv_maxDate
          The minimal date shown by this calendar view in mm/dd/yyyy format.
static int cv_minDate
          The minimal date shown by this calendar view in mm/dd/yyyy format.
static int cv_selectedDateVerticalBar
          Drawable for the vertical bar shown at the beginning and at the end of the selected date.
static int cv_selectedWeekBackgroundColor
          The background color for the selected week.
static int cv_shownWeekCount
          The number of weeks to be shown.
static int cv_showWeekNumber
          Whether do show week numbers.
static int cv_unfocusedMonthDateColor
          The color for the dates of an unfocused month.
static int cv_weekDayTextAppearance
          The text appearance for the week day abbreviation of the calendar header.
static int cv_weekNumberColor
          The color for the week numbers.
static int cv_weekSeparatorLineColor
          The color for the separator line between weeks.
static int datePickerStyle
          The DatePicker style.
static int dp_calendarViewShown
          Whether the calendar view is shown.
static int dp_endYear
          Deprecated. 
static int dp_internalLayout
           
static int dp_maxDate
          The maximal date shown by this calendar view in mm/dd/yyyy format.
static int dp_minDate
          The minimal date shown by this calendar view in mm/dd/yyyy format.
static int dp_spinnersShown
          Whether the spinners are shown.
static int dp_startYear
          Deprecated. 
static int internalLayout
           
static int internalMaxHeight
           
static int internalMaxWidth
           
static int internalMinHeight
           
static int internalMinWidth
           
static int numberPickerStyle
          Copy one of these attributes to your own theme (choose either dark or light).
static int selectionDivider
           
static int selectionDividerHeight
           
static int selectionDividersDistance
           
static int solidColor
           
static int virtualButtonPressedDrawable
           
 
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

calendarViewStyle

public static final int calendarViewStyle
The CalendarView style.

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

cv_dateTextAppearance

public static final int cv_dateTextAppearance
The text appearance for the calendar dates.

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

cv_dividerHorizontal

public static final int cv_dividerHorizontal

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

cv_firstDayOfWeek

public static final int cv_firstDayOfWeek
The first day of week according to Calendar.

Must be an integer value, such as "100".

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

cv_focusedMonthDateColor

public static final int cv_focusedMonthDateColor
The color for the dates of the focused month.

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

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

See Also:
Constant Field Values

cv_maxDate

public static final int cv_maxDate
The minimal date shown by this calendar view in mm/dd/yyyy format.

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.

See Also:
Constant Field Values

cv_minDate

public static final int cv_minDate
The minimal date shown by this calendar view in mm/dd/yyyy format.

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.

See Also:
Constant Field Values

cv_selectedDateVerticalBar

public static final int cv_selectedDateVerticalBar
Drawable for the vertical bar shown at the beginning and at the end of the selected date.

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

cv_selectedWeekBackgroundColor

public static final int cv_selectedWeekBackgroundColor
The background color for the selected week.

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

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

See Also:
Constant Field Values

cv_showWeekNumber

public static final int cv_showWeekNumber
Whether do show week numbers.

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

cv_shownWeekCount

public static final int cv_shownWeekCount
The number of weeks to be shown.

Must be an integer value, such as "100".

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

cv_unfocusedMonthDateColor

public static final int cv_unfocusedMonthDateColor
The color for the dates of an unfocused month.

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

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

See Also:
Constant Field Values

cv_weekDayTextAppearance

public static final int cv_weekDayTextAppearance
The text appearance for the week day abbreviation of the calendar header.

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

cv_weekNumberColor

public static final int cv_weekNumberColor
The color for the week numbers.

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

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

See Also:
Constant Field Values

cv_weekSeparatorLineColor

public static final int cv_weekSeparatorLineColor
The color for the separator line between weeks.

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

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

See Also:
Constant Field Values

datePickerStyle

public static final int datePickerStyle
The DatePicker style.

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

dp_calendarViewShown

public static final int dp_calendarViewShown
Whether the calendar view is shown.

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

dp_endYear

@Deprecated
public static final int dp_endYear
Deprecated. 
The last year (inclusive), for example "2010".

Must be an integer value, such as "100".

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

dp_internalLayout

public static final int dp_internalLayout
See Also:
Constant Field Values

dp_maxDate

public static final int dp_maxDate
The maximal date shown by this calendar view in mm/dd/yyyy format.

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.

See Also:
Constant Field Values

dp_minDate

public static final int dp_minDate
The minimal date shown by this calendar view in mm/dd/yyyy format.

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.

See Also:
Constant Field Values

dp_spinnersShown

public static final int dp_spinnersShown
Whether the spinners are shown.

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

dp_startYear

@Deprecated
public static final int dp_startYear
Deprecated. 
The first year (inclusive), for example "1940".

Must be an integer value, such as "100".

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

internalLayout

public static final int internalLayout
See Also:
Constant Field Values

internalMaxHeight

public static final int internalMaxHeight
See Also:
Constant Field Values

internalMaxWidth

public static final int internalMaxWidth
See Also:
Constant Field Values

internalMinHeight

public static final int internalMinHeight
See Also:
Constant Field Values

internalMinWidth

public static final int internalMinWidth
See Also:
Constant Field Values

numberPickerStyle

public static final int numberPickerStyle
Copy one of these attributes to your own theme (choose either dark or light). @style/NPWidget.Holo.NumberPicker @style/NPWidget.Holo.Light.NumberPicker Don't touch this

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

selectionDivider

public static final int selectionDivider
See Also:
Constant Field Values

selectionDividerHeight

public static final int selectionDividerHeight
See Also:
Constant Field Values

selectionDividersDistance

public static final int selectionDividersDistance
See Also:
Constant Field Values

solidColor

public static final int solidColor
See Also:
Constant Field Values

virtualButtonPressedDrawable

public static final int virtualButtonPressedDrawable
See Also:
Constant Field Values
Constructor Detail

R.attr

public R.attr()


Copyright © 2012-2013. All Rights Reserved.