Skip to content

Commit

Permalink
[develop]: 디자인 수정 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
dogdduddy committed Aug 27, 2023
1 parent d1c0bb1 commit 7694e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class MyPageFragment : Fragment() {
binding.appBarLayout.addOnOffsetChangedListener { _, verticalOffset ->
if (verticalOffset == -binding.collapsingToolbar.height) {
// TODO: User Nickname From ViewModel
setToolbarTitle("Treenamu")
setToolbarTitle(viewModel.nicknameState.value)
} else {
setToolbarTitle()
}
Expand Down
3 changes: 1 addition & 2 deletions presentation/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity = "center"
android:textAppearance="@style/text_large_medium"
android:textSize="20sp" />
android:textAppearance="@style/text_large_medium"/>
</androidx.appcompat.widget.Toolbar>

<androidx.fragment.app.FragmentContainerView
Expand Down

0 comments on commit 7694e10

Please sign in to comment.