attrs.xml 1.2 KB
<?xml version="1.0" encoding="utf-8"?>
<resources>
     <declare-styleable name="CalendarPickerView">
        <attr name="android:background" />
        <attr name="dividerColor" format="color" />
        <attr name="dayBackground" format="reference" />
        <attr name="dayTextColor" format="color" />
        <attr name="titleTextColor" format="color" />
        <attr name="headerTextColor" format="color" />
    </declare-styleable>
    <declare-styleable name="TCCompass">
        <attr name="compass_src" format="reference" />
        <attr name="compass_background" format="reference" />
    </declare-styleable>
    <declare-styleable name="calendar_cell">
        <attr name="state_selectable" format="boolean" />
        <attr name="state_current_month" format="boolean" />
        <attr name="state_today" format="boolean" />
        <attr name="state_range_first" format="boolean" />
        <attr name="state_range_middle" format="boolean" />
        <attr name="state_range_last" format="boolean" />
        <attr name="state_highlighted" format="boolean" />
        <attr name="state_mark" format="boolean" />
        <attr name="state_mark_text" format="boolean" />
    </declare-styleable>
    
</resources>