Skip to content

Commit 50f6863

Browse files
committed
💄 그룹 디테일 페이지 툴바 레이아웃 변경
1 parent dfb1752 commit 50f6863

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

presentation/src/main/res/layout/fragment_group_detail.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@
2020
android:id="@+id/app_bar"
2121
android:layout_width="match_parent"
2222
android:layout_height="wrap_content"
23+
app:elevation="0dp"
2324
app:layout_constraintTop_toTopOf="parent">
2425

2526
<com.google.android.material.appbar.MaterialToolbar
2627
android:id="@+id/top_app_bar"
2728
style="@style/Widget.MaterialComponents.Toolbar.Primary"
2829
android:layout_width="match_parent"
2930
android:layout_height="?attr/actionBarSize"
31+
android:background="@color/mogakrun_background"
3032
app:title="@{viewModel.groupInfo.name}"
33+
app:titleTextAppearance="@style/MoGakRunText.Bold.Medium"
3134
tools:title ="수피치 그룹"/>
3235

3336
</com.google.android.material.appbar.AppBarLayout>

0 commit comments

Comments
 (0)