forked from recloudstream/cloudstream
transparency (#253)
This commit is contained in:
parent
cb88a77563
commit
71c7afba15
1 changed files with 2 additions and 1 deletions
|
@ -192,6 +192,7 @@ class SubtitlesFragment : Fragment() {
|
|||
activity?.let {
|
||||
ColorPickerDialog.newBuilder()
|
||||
.setDialogId(id)
|
||||
.setShowAlphaSlider(true)
|
||||
.setColor(getColor(id))
|
||||
.show(it)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue