1
0
Fork 0

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.
master
JLRoberts 2020-04-12 04:55:05 -04:00 committed by Mihai Adrian
parent e11f1b62dc
commit 26e8d9bcca
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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