Reinstate elevation overlay (#6243)

* Theme default elevation overlay

* Fix app bar elevation overlay

Elevation overlay is disabled when tabs are visible

* Remove custom elevation overlay in tracking sheet item

* upsi
This commit is contained in:
Ivan Iskandar
2021-11-18 22:47:24 +07:00
committed by GitHub
parent e7d4eb1ae3
commit 845e061382
8 changed files with 24 additions and 33 deletions

View File

@@ -11,7 +11,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<eu.kanade.tachiyomi.widget.ElevationAppBarLayout
<com.google.android.material.appbar.TachiyomiAppBarLayout
android:id="@+id/appbar"
android:layout_width="0dp"
android:layout_height="wrap_content"
@@ -26,7 +26,7 @@
android:layout_height="?attr/actionBarSize"
android:theme="?attr/actionBarTheme" />
</eu.kanade.tachiyomi.widget.ElevationAppBarLayout>
</com.google.android.material.appbar.TachiyomiAppBarLayout>
<FrameLayout
android:id="@+id/downloaded_only"