Commit 7937fb1f authored by Varun Patil's avatar Varun Patil

Increase font size of calendar header to 16sp

parent 0f202427
......@@ -81,6 +81,7 @@
<style name="MatCalendarHeader" parent="TextAppearance.MaterialCalendarWidget.Header">
<item name="android:textColor">@color/primaryTextColor</item>
<item name="android:textStyle">normal</item>
<item name="android:textSize">16sp</item>
</style>
<style name="CalendarDateAppearance" parent="TextAppearance.AppCompat.Medium">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment