Skip to content

Commit

Permalink
refactor: make unrolled candidate view high customizable
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Sep 7, 2024
1 parent 5149bc4 commit e93ded9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class FlexboxUnrolledCandidateWindow(
setPaddingDp(size, 0, size, 0)
layoutParams =
FlexboxLayoutManager
.LayoutParams(wrapContent, dp(40))
.LayoutParams(wrapContent, dp(theme.generalStyle.run { candidateViewHeight + commentHeight }))
.apply { flexGrow = 1f }
}
}
Expand Down

0 comments on commit e93ded9

Please sign in to comment.