Fix incorrect rendering of seekbar on Android 4/5

This commit is contained in:
NerdNumber9 2019-04-19 14:36:08 -04:00
parent 78b2045b14
commit f447b06eff

View File

@ -175,7 +175,7 @@
<eu.kanade.tachiyomi.ui.reader.ReaderSeekBar
android:id="@+id/page_seekbar"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1" />
<TextView