mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 11:07:51 +02:00
Hide slider tooltip label everywhere
This commit is contained in:
@ -13,7 +13,6 @@ class ReaderSlider @JvmOverloads constructor(
|
||||
) : Slider(context, attrs) {
|
||||
|
||||
init {
|
||||
isTickVisible = false
|
||||
stepSize = 1f
|
||||
setLabelFormatter { value ->
|
||||
(value.toInt() + 1).toString()
|
||||
|
Reference in New Issue
Block a user