Fix status/navigation bar colors (fixes #2858)

This commit is contained in:
arkon
2020-04-10 18:07:09 -04:00
parent aa70be525d
commit 7c7d40ea44
6 changed files with 6 additions and 24 deletions

View File

@@ -7,8 +7,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/catalogue_view"

View File

@@ -3,7 +3,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:orientation="vertical">
<eu.kanade.tachiyomi.widget.ElevationAppBarLayout

View File

@@ -3,7 +3,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:orientation="vertical">
<com.google.android.material.appbar.AppBarLayout