-
-
Notifications
You must be signed in to change notification settings - Fork 949
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Carlo Marinangeli
committed
Feb 10, 2017
1 parent
7e156fb
commit 0b34361
Showing
6 changed files
with
87 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<attr name="mdtp_theme_dark" format="boolean" /> | ||
<attr name="mdtp_monthViewTheme" format="reference" /> | ||
|
||
<declare-styleable name="MonthView"> | ||
<attr name="dayTextColor" format="color" /> | ||
<attr name="dayHighlightedTextColor" format="color" /> | ||
<attr name="dayDisabledTextColor" format="color" /> | ||
<attr name="monthDayTextColor" format="color" /> | ||
<attr name="miniDayNumberTextSize" format="dimension" /> | ||
<attr name="monthLabelTextSize" format="dimension" /> | ||
<attr name="monthDayTextSize" format="dimension" /> | ||
<attr name="monthHeaderSize" format="dimension" /> | ||
<attr name="daySelectedCircleSize" format="dimension" /> | ||
</declare-styleable> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters