Merge "Increase maxLines for special app access app title" into udc-dev
This commit is contained in:
@@ -109,7 +109,7 @@ internal fun CustomizedLargeTopAppBar(
|
||||
scrollBehavior: TopAppBarScrollBehavior? = null,
|
||||
) {
|
||||
TwoRowsTopAppBar(
|
||||
title = { Title(title = title, maxLines = 2) },
|
||||
title = { Title(title = title, maxLines = 3) },
|
||||
titleTextStyle = MaterialTheme.typography.displaySmall,
|
||||
smallTitleTextStyle = MaterialTheme.typography.titleMedium,
|
||||
titleBottomPadding = LargeTitleBottomPadding,
|
||||
|
||||
Reference in New Issue
Block a user