We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e9839 commit 6287419Copy full SHA for 6287419
app/src/main/java/com/nextcloud/talk/ui/WaveformSeekBar.kt
@@ -114,9 +114,9 @@ class WaveformSeekBar : AppCompatSeekBar {
114
}
115
116
companion object {
117
- private const val DEFAULT_BAR_WIDTH: Int = 4
+ private const val DEFAULT_BAR_WIDTH: Int = 3
118
private const val MAX_HEIGHT_DIVISOR: Float = 4.0f
119
- private const val WIDTH_DIVISOR = 20f
+ private const val WIDTH_DIVISOR = 16f
120
private const val VALUE_100 = 100
121
private const val MINIMUM_WIDTH = 50
122
private val Int.dp: Int
0 commit comments