mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 18:46:39 +02:00
Correctly aligns chat field.
This commit is contained in:
@@ -116,9 +116,7 @@ fun ChannelScreen(channelId: String?, accountViewModel: AccountViewModel, accoun
|
|||||||
capitalization = KeyboardCapitalization.Sentences
|
capitalization = KeyboardCapitalization.Sentences
|
||||||
),
|
),
|
||||||
shape = RoundedCornerShape(25.dp),
|
shape = RoundedCornerShape(25.dp),
|
||||||
modifier = Modifier
|
modifier = Modifier.weight(1f, true),
|
||||||
.weight(1f, true)
|
|
||||||
.padding(end = 10.dp),
|
|
||||||
placeholder = {
|
placeholder = {
|
||||||
Text(
|
Text(
|
||||||
text = "reply here.. ",
|
text = "reply here.. ",
|
||||||
|
Reference in New Issue
Block a user