Fix reader dialog colors
This commit is contained in:
parent
a0af459cfc
commit
0464ec0b59
@ -15,7 +15,7 @@ import eu.kanade.tachiyomi.util.system.dpToPx
|
||||
import kotlinx.coroutines.launch
|
||||
|
||||
class ReaderChapterDialog(private val activity: ReaderActivity) : ReaderChapterAdapter.OnBookmarkClickListener {
|
||||
private val binding = ReaderChaptersDialogBinding.inflate(activity.layoutInflater, null, false)
|
||||
private val binding = ReaderChaptersDialogBinding.inflate(activity.layoutInflater)
|
||||
|
||||
var presenter: ReaderPresenter = activity.presenter
|
||||
var adapter: FlexibleAdapter<ReaderChapterItem>? = null
|
||||
|
@ -4,11 +4,7 @@
|
||||
android:id="@+id/reader_chapter_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp"
|
||||
android:background="@drawable/list_item_selector_background"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
android:background="@android:color/transparent">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/chapter_title"
|
||||
|
@ -3,7 +3,8 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="8dp">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/chapter_recycler"
|
||||
|
Loading…
x
Reference in New Issue
Block a user