Skip to content

Commit

Permalink
Improved list item ui
Browse files Browse the repository at this point in the history
  • Loading branch information
roeiedri committed May 7, 2021
1 parent 0977d8f commit 26e0f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ListItem : LinearLayout {
id = View.generateViewId()
textAlignment = TEXT_ALIGNMENT_VIEW_START
layoutParams = ConstraintLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT).apply {
setMargins(spacingSmall + 15, 0, spacing, 0)
setMargins(spacingSmall + 20, 0, spacing, 0)
}

setTextAppearance(R.style.Koler_Text_Headline4)
Expand Down

0 comments on commit 26e0f16

Please sign in to comment.