Blame view

res/values/attrs.xml 1.2 KB
3c2353cd   杜方   1、畅游通核销app源码提交;
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <?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>