Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for custom fonts #65

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

iamMehedi
Copy link

  • adds attributes to provide text appearance styles for month title, day of week title and days
  • adds attribute to hide lines to left and right of month title
  • adds attribute to add a line at the bottom of month title
  • adds attribute to change line and border color
  • fixes issue the circle animation background not full fill the height #30

iamMehedi and others added 5 commits December 26, 2018 17:45
…h and weekday texts. for example:

```
app:dayTextAppearance = "@style/DayTextAppearance"
app:monthTextAppearance = "@style/MonthTextAppearance"
app:weekDayTextAppearance = "@style/WeekdayTextAppearance"
```
…`monthTitleBottomDivVisible` to true.

can hide the lines on both side of name of the month by setting `monthHorizontalLinesVisible` to false.

can change the day of week name format to be `EEE` i.e `Mon` by choosing the `medium` format in attribute `weekdayFormat`
…s. For example: `app:borderColor="@color/colorAccent"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants