-
Notifications
You must be signed in to change notification settings - Fork 317
自定义属性
yannecer edited this page Apr 1, 2020
·
21 revisions
Attributes | forma | describe |
---|---|---|
todayCheckedSolarTextColor | color | 今天选中的公历字体颜色 |
todayUnCheckedSolarTextColor | color | 今天不选中的公历字体颜色 |
defaultCheckedSolarTextColor | color | 默认选中的公历字体颜色 |
defaultUnCheckedSolarTextColor | color | 默认不选中公历字体颜色 |
solarTextSize | dimen | 公历字体大小 |
solarTextBold | boolean | 公历字体是否加粗 |
Attributes | forma | describe |
---|---|---|
showLunar | boolean | 是否显示农历 |
todayCheckedLunarTextColor | color | 今天选中时农历颜色 |
todayUnCheckedLunarTextColor | color | 今天不选中时农历颜色 |
defaultCheckedLunarTextColor | color | 默认选中时农历颜色 |
defaultUnCheckedLunarTextColor | color | 默认不选中时农历颜色 |
lunarTextSize | dimen | 农历字体大小 |
lunarTextBold | boolean | 农历字体是否加粗 |
lunarDistance | dimen | 农历文字到文字中心的距离 |