From 023d4ab64b9a2ce3aca3c3564f181b5fe4b3b39c Mon Sep 17 00:00:00 2001 From: Artem Chepurnoy Date: Sat, 14 Nov 2020 22:22:14 +0200 Subject: [PATCH] Better responsive troubleshooting section --- .../res/layout/layout_troubleshooting.xml | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/layout_troubleshooting.xml b/app/src/main/res/layout/layout_troubleshooting.xml index dc9c257..9f65bbb 100644 --- a/app/src/main/res/layout/layout_troubleshooting.xml +++ b/app/src/main/res/layout/layout_troubleshooting.xml @@ -51,13 +51,13 @@ android:id="@+id/lockScreenBtnDescription" android:layout_width="0dp" android:layout_height="wrap_content" + android:layout_marginTop="10dp" android:layout_marginEnd="16dp" android:text="@string/troubleshoot_lock_screen_description" android:textAppearance="@style/TextSection" - app:layout_constraintBottom_toBottomOf="@id/lockScreenBtn" app:layout_constraintEnd_toStartOf="@id/lockScreenBtn" app:layout_constraintStart_toEndOf="@id/startGuideline" - app:layout_constraintTop_toTopOf="@id/lockScreenBtn" /> + app:layout_constraintTop_toBottomOf="@id/troubleshootingReboot" /> + + + app:layout_constraintTop_toTopOf="@id/lockScreenBarrier" /> + app:layout_constraintTop_toTopOf="@id/proximityIconDescription" />