Hide slider tooltip label everywhere

This commit is contained in:
arkon
2021-10-09 10:44:08 -04:00
parent ef918078d1
commit a56997e98c
4 changed files with 9 additions and 11 deletions

View File

@ -13,7 +13,6 @@ class ReaderSlider @JvmOverloads constructor(
) : Slider(context, attrs) {
init {
isTickVisible = false
stepSize = 1f
setLabelFormatter { value ->
(value.toInt() + 1).toString()