滑动条

This commit is contained in:
HapeLee
2025-11-15 13:37:42 +08:00
parent 59cfed0c82
commit 8cf43f2a75
@@ -100,7 +100,7 @@ class SimpleSliderView @JvmOverloads constructor(
private fun showSeekBarDialog() {
context.alert(title = null, message = null) {
customView {
val detailSeekBar = DetailSeekBar(ctx).apply {
val detailSeekBar = SimpleCounterView(ctx).apply {
max = _max
min = _min
progress = _progress