Skip to content

Commit

Permalink
fix: CollapsingToolbarLayout height 고정값 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjeen committed Dec 18, 2024
1 parent fe56d67 commit 42c2ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_other_user_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<com.google.android.material.appbar.CollapsingToolbarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="260dp"
android:background="@color/transparent"
app:collapsedTitleGravity="center"
app:layout_scrollFlags="scroll|exitUntilCollapsed">
Expand Down

0 comments on commit 42c2ace

Please sign in to comment.