transparency (#253)

This commit is contained in:
Red 2021-11-17 12:25:09 +00:00 committed by GitHub
parent cb88a77563
commit 71c7afba15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -192,6 +192,7 @@ class SubtitlesFragment : Fragment() {
activity?.let {
ColorPickerDialog.newBuilder()
.setDialogId(id)
.setShowAlphaSlider(true)
.setColor(getColor(id))
.show(it)
}