File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33 android : id =" @+id/content"
44 android : layout_width =" match_parent"
55 android : layout_height =" match_parent"
6+ android : fitsSystemWindows =" true"
67 android : orientation =" vertical" >
78
89 <androidx .viewpager2.widget.ViewPager2
Original file line number Diff line number Diff line change 44 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
7- android : fitsSystemWindows =" true"
87 tools : context =" .ui.sessiondetail.SessionDetailActivity" >
98
109 <com .google.android.material.appbar.AppBarLayout
1110 android : id =" @+id/app_bar"
1211 android : layout_width =" match_parent"
1312 android : layout_height =" @dimen/app_bar_height"
14- app : layout_behavior =" .ui.sessiondetail.ScrollingControlAppBarLayoutBehavior"
15- android : theme =" @style/AppTheme.AppBarOverlay" >
13+ android : fitsSystemWindows =" true"
14+ android : theme =" @style/AppTheme.AppBarOverlay"
15+ app : layout_behavior =" .ui.sessiondetail.ScrollingControlAppBarLayoutBehavior" >
1616
1717 <com .google.android.material.appbar.CollapsingToolbarLayout
1818 android : id =" @+id/toolbar_layout"
You can’t perform that action at this time.
0 commit comments