fix: Fix status bar background in Home tab when Collapsing App Bar mode is enabled

This commit is contained in:
Prathamesh More 2023-03-10 11:12:37 +05:30
parent ea5072945e
commit 3ae38cb1de
2 changed files with 2 additions and 7 deletions

View file

@ -13,7 +13,6 @@
-->
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
@ -23,8 +22,7 @@
style="?appBarLayoutStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fitsSystemWindows="true"
android:theme="@style/CenteredCheckBoxTheme" />
android:fitsSystemWindows="true" />
<androidx.core.widget.NestedScrollView
android:id="@+id/container"