adding some empty lines

This commit is contained in:
Tibor Kaputa 2022-05-18 17:06:58 +02:00 committed by GitHub
parent 06955ef65d
commit 6799331973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,7 @@ class DayEventsAdapter(activity: SimpleActivity, val events: ArrayList<Event>, r
} else {
activity.getProperTextColor()
}
notifyDataSetChanged()
}
@ -102,6 +103,7 @@ class DayEventsAdapter(activity: SimpleActivity, val events: ArrayList<Event>, r
} else {
dimPastEvents && event.isPastEvent && !isPrintVersion
}
if (adjustAlpha) {
newTextColor = newTextColor.adjustAlpha(MEDIUM_ALPHA)
}
@ -117,6 +119,7 @@ class DayEventsAdapter(activity: SimpleActivity, val events: ArrayList<Event>, r
} else {
mediumMargin
}
(event_item_title.layoutParams as ConstraintLayout.LayoutParams).marginStart = startMargin
}
}