File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212 android : layout_height =" @dimen/app_bar_height"
1313 android : fitsSystemWindows =" true"
1414 android : theme =" @style/AppTheme.AppBarOverlay"
15- app : layout_behavior =" .ui.sessiondetail.ScrollingControlAppBarLayoutBehavior " >
15+ app : layout_behavior =" com.google.android.material.appbar.AppBarLayout$Behavior " >
1616
1717 <com .google.android.material.appbar.CollapsingToolbarLayout
1818 android : id =" @+id/toolbar_layout"
Original file line number Diff line number Diff line change 1111 <LinearLayout
1212 android : layout_width =" match_parent"
1313 android : layout_height =" match_parent"
14- android : orientation =" vertical" >
14+ android : orientation =" vertical"
15+ android : paddingBottom =" @dimen/padding_safe_area" >
1516
1617 <androidx .cardview.widget.CardView
1718 android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 77 <dimen name =" fab_margin" >16dp</dimen >
88 <dimen name =" text_margin" >16dp</dimen >
99 <dimen name =" icon_size" >24dp</dimen >
10+ <dimen name =" padding_safe_area" >100dp</dimen >
1011</resources >
You can’t perform that action at this time.
0 commit comments