mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
use bigger font size for month labels on the widget too
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user