Split long line.
This commit is contained in:
parent
0b5a3c56d6
commit
aabb455ea4
1 changed files with 6 additions and 1 deletions
|
|
@ -169,7 +169,12 @@ fun TextComposer(
|
||||||
singleLine = false,
|
singleLine = false,
|
||||||
visualTransformation = VisualTransformation.None,
|
visualTransformation = VisualTransformation.None,
|
||||||
shape = roundedCorners,
|
shape = roundedCorners,
|
||||||
contentPadding = PaddingValues(top = 10.dp.applyScaleUp(), bottom = 10.dp.applyScaleUp(), start = 12.dp.applyScaleUp(), end = 42.dp.applyScaleUp()),
|
contentPadding = PaddingValues(
|
||||||
|
top = 10.dp.applyScaleUp(),
|
||||||
|
bottom = 10.dp.applyScaleUp(),
|
||||||
|
start = 12.dp.applyScaleUp(),
|
||||||
|
end = 42.dp.applyScaleUp(),
|
||||||
|
),
|
||||||
interactionSource = remember { MutableInteractionSource() },
|
interactionSource = remember { MutableInteractionSource() },
|
||||||
placeholder = {
|
placeholder = {
|
||||||
Text(stringResource(CommonStrings.common_message), style = defaultTypography)
|
Text(stringResource(CommonStrings.common_message), style = defaultTypography)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue