Theme: try to play with insets
This commit is contained in:
parent
cddd039156
commit
5c5efdc911
4 changed files with 10 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ fun MessagesContent(
|
|||
composerText = composerText?.charSequence?.toString(),
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.imePadding()
|
||||
.let {
|
||||
if (composerFullScreen) {
|
||||
it.weight(1f)
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ fun OnBoardingContent(
|
|||
},
|
||||
enabled = true,
|
||||
modifier = Modifier
|
||||
.navigationBarsPadding()
|
||||
.align(CenterHorizontally)
|
||||
.padding(top = 16.dp)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue