Commit 26e8d9bc authored by JLRoberts's avatar JLRoberts Committed by Mihai Adrian
Browse files

For #9550 - Don't overlap search with shortcuts text

Private mode search with suggestion onboarding was overlapping "This time, search with: " text. Adjust constraints to allow it to show under onboarding when present.
parent e11f1b62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
    android:fadingEdgeLength="40dp"
    android:nestedScrollingEnabled="false"
    android:requiresFadingEdge="vertical"
    app:layout_constraintTop_toTopOf="@id/awesomeBar_barrier"
    app:layout_constraintTop_toBottomOf="@id/search_with_shortcuts"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintStart_toStartOf="parent"
    mozac:awesomeBarDescriptionTextColor="?secondaryText"
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@
                android:visibility="gone"
                android:text="@string/search_shortcuts_search_with_2"
                app:layout_constraintStart_toStartOf="@id/scrollable_area"
                app:layout_constraintTop_toBottomOf="@id/divider_line"
                app:layout_constraintTop_toBottomOf="@id/awesomeBar_barrier"
                tools:text="This time, search with:" />

            <androidx.constraintlayout.widget.Barrier