From 4c357fe87a476352dd592badc26775cd12d050c4 Mon Sep 17 00:00:00 2001 From: ameba23 Date: Thu, 4 Mar 2021 08:38:36 +0100 Subject: [PATCH] change threshold svg for placeholder string --- .../res/layout/fragment_select_threshold.xml | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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" />