diff --git a/briar-android/src/main/res/layout/fragment_select_threshold.xml b/briar-android/src/main/res/layout/fragment_select_threshold.xml
index c10d0b0ae..2b47a40b4 100644
--- a/briar-android/src/main/res/layout/fragment_select_threshold.xml
+++ b/briar-android/src/main/res/layout/fragment_select_threshold.xml
@@ -23,24 +23,26 @@
android:id="@+id/seekBar"
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
+ android:layout_marginTop="8dp"
android:max="5"
android:paddingTop="10dp"
android:progress="3"
app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/title_threshold" />
-
+ app:layout_constraintTop_toBottomOf="@+id/seekBar" />
+ app:layout_constraintTop_toBottomOf="@+id/textViewThresholdRepresentation" />