Skip to content

Commit

Permalink
Customize session title font size on main screen for FOSDEM 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe committed Jan 19, 2024
1 parent c52ae5f commit 339f3b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ internal class SessionViewDrawer @JvmOverloads constructor(
R.color.session_item_text_on_default_background
val textColor = ContextCompat.getColor(view.context, colorResId)
title.setTextColor(textColor)
title.textSize = 16f
subtitle.setTextColor(textColor)
speakers.setTextColor(textColor)
track.setTextColor(textColor)
Expand Down

0 comments on commit 339f3b0

Please sign in to comment.