Skip to content
Snippets Groups Projects
Commit bc889f7e authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Audioplayer: Add missing layout constraints

parent 5354d5e8
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,8 @@
android:layout_height="wrap_content"
app:layout_constraintStart_toEndOf="@+id/playlist_playasaudio_off"
app:layout_constraintEnd_toStartOf="@+id/barrier"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:background="#00000000" />
<com.google.android.material.textfield.TextInputLayout
......
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