Skip to content
Snippets Groups Projects
Commit cd35ef89 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Audio player: hide AB repeat marker by default

To prevent unwanted visibility when it's not enabled
Fixes #2066
parent 38d76ce1
No related branches found
No related tags found
1 merge request!1013Audio player: misc improvements
......@@ -514,10 +514,12 @@
android:layout_marginBottom="32dp"
android:clipToPadding="false"
android:elevation="4dp"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@+id/timeline"
app:layout_constraintEnd_toEndOf="@+id/timeline"
app:layout_constraintStart_toStartOf="@+id/timeline"
app:layout_constraintTop_toTopOf="@+id/timeline">
app:layout_constraintTop_toTopOf="@+id/timeline"
tools:visibility="visible">
<androidx.constraintlayout.widget.Guideline
android:id="@+id/ab_repeat_marker_guideline_a"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment