mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Removed track stop & gap from recording & media players
This commit is contained in:
parent
5d96ea3b56
commit
2c9a15a007
2 changed files with 4 additions and 0 deletions
|
|
@ -84,6 +84,8 @@
|
|||
app:trackThickness="10dp"
|
||||
app:trackColor="?attr/color_main1_100"
|
||||
app:indicatorColor="?attr/color_main1_500"
|
||||
app:trackStopIndicatorSize="0dp"
|
||||
app:indicatorTrackGapSize="0dp"
|
||||
app:layout_constraintTop_toTopOf="@id/play_pause_audio_playback"
|
||||
app:layout_constraintBottom_toBottomOf="@id/play_pause_audio_playback"
|
||||
app:layout_constraintStart_toEndOf="@id/play_pause_audio_playback"
|
||||
|
|
|
|||
|
|
@ -72,6 +72,8 @@
|
|||
app:trackThickness="10dp"
|
||||
app:trackColor="?attr/color_main1_100"
|
||||
app:indicatorColor="?attr/color_main1_500"
|
||||
app:trackStopIndicatorSize="0dp"
|
||||
app:indicatorTrackGapSize="0dp"
|
||||
app:layout_constraintTop_toTopOf="@id/play_pause_audio_playback"
|
||||
app:layout_constraintBottom_toBottomOf="@id/play_pause_audio_playback"
|
||||
app:layout_constraintStart_toEndOf="@id/play_pause_audio_playback"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue