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
Browse files Browse the repository at this point in the history
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 authored Jul 24, 2024
1 parent 2b60ca9 commit 21a8693
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ private fun HomeTopAppBar(
CenterAlignedTopAppBar(
title = {
Row(
Modifier.fillMaxWidth(),
Modifier,
horizontalArrangement = Arrangement.Center,
) {
Text(
text = stringResource(id = R.string.app_name),
style = MaterialTheme.typography.displaySmall
style = MaterialTheme.typography.headlineSmall
)
}
},
Expand Down

0 comments on commit 21a8693

Please sign in to comment.