Fix incorrect rendering of seekbar on Android 4/5
This commit is contained in:
parent
78b2045b14
commit
f447b06eff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue