diff --git a/components/browser/toolbar/src/main/res/layout/mozac_browser_toolbar_displaytoolbar.xml b/components/browser/toolbar/src/main/res/layout/mozac_browser_toolbar_displaytoolbar.xml index f540eec2d00..5f1a81a4a13 100644 --- a/components/browser/toolbar/src/main/res/layout/mozac_browser_toolbar_displaytoolbar.xml +++ b/components/browser/toolbar/src/main/res/layout/mozac_browser_toolbar_displaytoolbar.xml @@ -29,6 +29,7 @@ android:layout_width="0dp" android:layout_height="40dp" android:layout_marginTop="8dp" + android:layout_marginHorizontal="8dp" android:importantForAccessibility="no" app:layout_constraintEnd_toStartOf="@+id/mozac_browser_toolbar_browser_actions" app:layout_constraintStart_toEndOf="@+id/mozac_browser_toolbar_navigation_actions" diff --git a/docs/changelog.md b/docs/changelog.md index 880b83a04f1..14260c17b27 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -15,6 +15,9 @@ permalink: /changelog/ * `SyncStatus` can now be `LoggedOut`. * `SyncStoreSupport` will update the `SyncStore` with `LoggedOut` when observed. +* **browser-toolbar** + * 🚒 Bug fixed [issue #12497](https://github.com/mozilla-mobile/android-components/issues/12497) - Set the same margin to toolbar background for display as for edit + * * **feature-recentlyclosed** * 🚒 Bug fixed [issue #12470](https://github.com/mozilla-mobile/android-components/issues/12470) - Set autoMirrored to true to fix RTL issues