mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 04:10:45 +01:00
use bigger font size for month labels on the widget too
This commit is contained in:
parent
10af28ed8a
commit
3ce0d184e0
@ -190,7 +190,7 @@ class MyWidgetMonthlyProvider : AppWidgetProvider() {
|
||||
|
||||
private fun updateDayLabels(context: Context, views: RemoteViews, textColor: Int) {
|
||||
val sundayFirst = context.config.isSundayFirst
|
||||
val smallerFontSize = context.config.getFontSize() - 3f
|
||||
val smallerFontSize = context.config.getFontSize()
|
||||
val res = context.resources
|
||||
val packageName = context.packageName
|
||||
val letters = letterIDs
|
||||
|
Loading…
x
Reference in New Issue
Block a user