Skip to content

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