Disable elevation in recent chapters. Improve downloads discovery

This commit is contained in:
len
2017-01-22 23:13:07 +01:00
parent c6b89a826c
commit cdf5bbadea
4 changed files with 74 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.design.widget.AppBarLayout
<eu.kanade.tachiyomi.widget.ElevationAppBarLayout
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -30,7 +30,7 @@
app:tabMode="scrollable"
app:tabMinWidth="75dp"/>
</android.support.design.widget.AppBarLayout>
</eu.kanade.tachiyomi.widget.ElevationAppBarLayout>
<FrameLayout