feat(comments): UI tweaks
fix(comments): top padding fix: removed self report feat: better colors in color picker
This commit is contained in:
parent
efe5f546a2
commit
2f7c6e734e
8 changed files with 188 additions and 193 deletions
|
@ -159,7 +159,7 @@ class CommentsFragment : Fragment() {
|
|||
}
|
||||
|
||||
binding.commentFilter.setOnClickListener {
|
||||
val alertDialog = android.app.AlertDialog.Builder(activity, R.style.MyPopup)
|
||||
val alertDialog = AlertDialog.Builder(activity, R.style.MyPopup)
|
||||
.setTitle("Enter a chapter/episode number tag")
|
||||
.setView(R.layout.dialog_edittext)
|
||||
.setPositiveButton("OK") { dialog, _ ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue