Skip to content

Commit 6287419

Browse files
style: 3/fine
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent a8e9839 commit 6287419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/nextcloud/talk/ui/WaveformSeekBar.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ class WaveformSeekBar : AppCompatSeekBar {
114114
}
115115

116116
companion object {
117-
private const val DEFAULT_BAR_WIDTH: Int = 4
117+
private const val DEFAULT_BAR_WIDTH: Int = 3
118118
private const val MAX_HEIGHT_DIVISOR: Float = 4.0f
119-
private const val WIDTH_DIVISOR = 20f
119+
private const val WIDTH_DIVISOR = 16f
120120
private const val VALUE_100 = 100
121121
private const val MINIMUM_WIDTH = 50
122122
private val Int.dp: Int

0 commit comments

Comments
 (0)