Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Update HomeScreen.kt (#978)
Browse files Browse the repository at this point in the history
* Update HomeScreen.kt

Removed fillMaxWidth() from CenterAlignedTopAppBar's title because when switching between My garden and Plant list filter icon pops up and pushes CenterAlignedTopAppBar to the left.
  • Loading branch information
ashwanil23 committed Jul 29, 2024
1 parent 2b60ca9 commit 1f287cb
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,10 @@ private fun HomeTopAppBar(
) {
CenterAlignedTopAppBar(
title = {
Row(
Modifier.fillMaxWidth(),
horizontalArrangement = Arrangement.Center,
) {
Text(
text = stringResource(id = R.string.app_name),
style = MaterialTheme.typography.displaySmall
style = MaterialTheme.typography.headlineSmall
)
}
},
modifier = modifier,
actions = {
Expand Down

0 comments on commit 1f287cb

Please sign in to comment.