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

Fix display settings layout overlap

Fixes #3031
parent 77046fa1
No related branches found
No related tags found
1 merge request!1853Fix display settings layout overlap
Pipeline #437882 passed with stages
in 22 minutes and 19 seconds
......@@ -169,10 +169,12 @@
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginEnd="16dp"
android:ellipsize="end"
android:maxLines="1"
android:text="@string/video_min_group_length_title"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="@+id/video_groups_group"
app:layout_constraintEnd_toStartOf="@+id/spinner2"
app:layout_constraintEnd_toStartOf="@+id/video_group_spinner"
app:layout_constraintStart_toStartOf="@+id/video_groups_group"
app:layout_constraintTop_toTopOf="@+id/video_groups_group" />
......
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