Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Jetpack Compose release version:
1.0.0-alpha04
Currently you need to set
singleLineSecondaryText
tofalse
to get padding when using a two line secondary text.Although this technically works it doesn't work very well as it's not always easy to know if the secondary text will fit on a single line or not (landscape vs portrait for example).
It would be nice if this was handled automatically by
ListItem
for you.