2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] Fix QR scan button not showing up when choosing a RTL language

This commit is contained in:
rayanHappy 2021-09-19 22:37:51 +03:00 committed by Arturo Mejia
parent c3df9a26d2
commit 1b6c555758

View File

@ -180,7 +180,6 @@
android:textOn="@string/search_scan_button" android:textOn="@string/search_scan_button"
app:drawableStartCompat="@drawable/ic_qr" app:drawableStartCompat="@drawable/ic_qr"
app:layout_constraintBottom_toBottomOf="@id/pill_wrapper" app:layout_constraintBottom_toBottomOf="@id/pill_wrapper"
app:layout_constraintEnd_toStartOf="@id/search_engines_shortcut_button"
app:layout_constraintStart_toStartOf="@id/pill_wrapper" app:layout_constraintStart_toStartOf="@id/pill_wrapper"
app:layout_constraintTop_toTopOf="@id/pill_wrapper" /> app:layout_constraintTop_toTopOf="@id/pill_wrapper" />