Skip to content

Commit 314b1ff

Browse files
committed
💄 그룹 생성 및 수정 페이지 툴바 레이아웃 변경
1 parent 2aa2843 commit 314b1ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@
1919
android:id="@+id/app_bar"
2020
android:layout_width="match_parent"
2121
android:layout_height="wrap_content"
22+
app:elevation="0dp"
2223
app:layout_constraintTop_toTopOf="parent">
2324

2425
<com.google.android.material.appbar.MaterialToolbar
2526
android:id="@+id/top_app_bar"
2627
style="@style/Widget.MaterialComponents.Toolbar.Primary"
2728
android:layout_width="match_parent"
2829
android:layout_height="?attr/actionBarSize"
29-
app:title="@string/text_create_group" />
30+
android:background="@color/mogakrun_background"
31+
app:title="@string/text_create_group"
32+
app:titleTextAppearance="@style/MoGakRunText.Bold.Medium" />
3033

3134
</com.google.android.material.appbar.AppBarLayout>
3235

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@
1919
android:id="@+id/app_bar"
2020
android:layout_width="match_parent"
2121
android:layout_height="wrap_content"
22+
app:elevation="0dp"
2223
app:layout_constraintTop_toTopOf="parent">
2324

2425
<com.google.android.material.appbar.MaterialToolbar
2526
android:id="@+id/top_app_bar"
2627
style="@style/Widget.MaterialComponents.Toolbar.Primary"
2728
android:layout_width="match_parent"
2829
android:layout_height="?attr/actionBarSize"
30+
android:background="@color/mogakrun_background"
31+
app:titleTextAppearance="@style/MoGakRunText.Bold.Medium"
2932
app:title="@string/text_edit_group" />
3033

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

0 commit comments

Comments
 (0)