net.simonvt.calendarview.samples
Class R.styleable

java.lang.Object
  extended by net.simonvt.calendarview.samples.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[] TextAppearanceCompatStyleable
          Framework styleables are not public.
static int TextAppearanceCompatStyleable_android_textSize
          This symbol is the offset where the net.simonvt.calendarview.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.calendarview.samples:cv_dateTextAppearance The text appearance for the calendar dates.
net.simonvt.calendarview.samples:cv_dividerHorizontal
net.simonvt.calendarview.samples:cv_firstDayOfWeek The first day of week according to Calendar.
net.simonvt.calendarview.samples:cv_focusedMonthDateColor The color for the dates of the focused month.
net.simonvt.calendarview.samples:cv_maxDate The minimal date shown by this calendar view in mm/dd/yyyy format.
net.simonvt.calendarview.samples:cv_minDate The minimal date shown by this calendar view in mm/dd/yyyy format.
net.simonvt.calendarview.samples:cv_selectedDateVerticalBar Drawable for the vertical bar shown at the beginning and at the end of the selected date.
net.simonvt.calendarview.samples:cv_selectedWeekBackgroundColor The background color for the selected week.
net.simonvt.calendarview.samples:cv_showWeekNumber Whether do show week numbers.
net.simonvt.calendarview.samples:cv_shownWeekCount The number of weeks to be shown.
net.simonvt.calendarview.samples:cv_unfocusedMonthDateColor The color for the dates of an unfocused month.
net.simonvt.calendarview.samples:cv_weekDayTextAppearance The text appearance for the week day abbreviation of the calendar header.
net.simonvt.calendarview.samples:cv_weekNumberColor The color for the week numbers.
net.simonvt.calendarview.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

TextAppearanceCompatStyleable

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

Includes the following attributes:

AttributeDescription
net.simonvt.calendarview.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.calendarview.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.