File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
presentation/src/main/res/layout Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 19
19
android : id =" @+id/app_bar"
20
20
android : layout_width =" match_parent"
21
21
android : layout_height =" wrap_content"
22
+ app : elevation =" 0dp"
22
23
app : layout_constraintTop_toTopOf =" parent" >
23
24
24
25
<com .google.android.material.appbar.MaterialToolbar
25
26
android : id =" @+id/top_app_bar"
26
27
style =" @style/Widget.MaterialComponents.Toolbar.Primary"
27
28
android : layout_width =" match_parent"
28
29
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" />
30
33
31
34
</com .google.android.material.appbar.AppBarLayout>
32
35
Original file line number Diff line number Diff line change 19
19
android : id =" @+id/app_bar"
20
20
android : layout_width =" match_parent"
21
21
android : layout_height =" wrap_content"
22
+ app : elevation =" 0dp"
22
23
app : layout_constraintTop_toTopOf =" parent" >
23
24
24
25
<com .google.android.material.appbar.MaterialToolbar
25
26
android : id =" @+id/top_app_bar"
26
27
style =" @style/Widget.MaterialComponents.Toolbar.Primary"
27
28
android : layout_width =" match_parent"
28
29
android : layout_height =" ?attr/actionBarSize"
30
+ android : background =" @color/mogakrun_background"
31
+ app : titleTextAppearance =" @style/MoGakRunText.Bold.Medium"
29
32
app : title =" @string/text_edit_group" />
30
33
31
34
</com .google.android.material.appbar.AppBarLayout>
You can’t perform that action at this time.
0 commit comments