File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 applicationId = " app.opass.ccip"
1313 minSdk = 24
1414 targetSdk = 36
15- versionCode = 58
16- versionName = " 3.8.0 "
15+ versionCode = 59
16+ versionName = " 3.8.1 "
1717
1818 manifestPlaceholders[" manifestApplicationId" ] = " $applicationId "
1919 }
Original file line number Diff line number Diff line change 99 <com .google.android.material.appbar.AppBarLayout
1010 android : id =" @+id/appbar"
1111 android : layout_width =" match_parent"
12+ app : layout_behavior =" com.google.android.material.appbar.AppBarLayout$Behavior"
1213 android : layout_height =" wrap_content"
14+ android : fitsSystemWindows =" true"
1315 android : theme =" @style/ThemeOverlay.MaterialComponents.Dark.ActionBar" >
1416
1517 <androidx .appcompat.widget.Toolbar
2729 android : layout_height =" match_parent"
2830 android : layout_marginTop =" ?attr/actionBarSize"
2931 android : orientation =" vertical"
32+ app : layout_behavior =" com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
3033 android : gravity =" center_horizontal" >
3134
3235 <ImageView
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