Skip to content

Commit dfb1752

Browse files
committed
💄 커뮤니티 탭 툴바 레이아웃 변경
1 parent 4bcdb41 commit dfb1752

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@
1616
android:id="@+id/app_bar"
1717
android:layout_width="match_parent"
1818
android:layout_height="wrap_content"
19+
app:elevation="0dp"
1920
app:layout_constraintTop_toTopOf="parent">
2021

2122
<com.google.android.material.appbar.MaterialToolbar
2223
android:id="@+id/top_app_bar"
2324
style="@style/Widget.MaterialComponents.Toolbar.Primary"
2425
android:layout_width="match_parent"
2526
android:layout_height="?attr/actionBarSize"
27+
android:background="@color/mogakrun_background"
28+
app:titleTextAppearance="@style/MoGakRunText.Bold.Medium"
2629
app:title="@string/text_community" />
2730

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

0 commit comments

Comments
 (0)