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" />