mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/13300 - Adjust the 'Sharing a Collection' layout to prevent overlapping of the close icon and 'Share' label in RTL
Note that the "Share" title is still constrained to start at the end of the close button - I don't know why the previous extra constraint was causing the differing behavior in LTR and RTL, but this seems to fix it.
This commit is contained in:
parent
79f788e577
commit
86c20fc7c9
@ -22,7 +22,6 @@
|
||||
android:contentDescription="@string/content_description_close_button"
|
||||
android:padding="12dp"
|
||||
app:iconTint="@color/neutral_text"
|
||||
app:layout_constraintEnd_toStartOf="@id/title"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@drawable/mozac_ic_close" />
|
||||
|
Loading…
Reference in New Issue
Block a user