From da140aa59aafccc985eb49aea25762ced63ffdbf Mon Sep 17 00:00:00 2001 From: Ionut Cristian Bedregeanu Date: Thu, 14 Jul 2022 15:36:32 +0300 Subject: [PATCH] For #12497 - Set the same margin to toolbar background for display as for edit --- .../main/res/layout/mozac_browser_toolbar_displaytoolbar.xml | 2 ++ docs/changelog.md | 3 +++ 2 files changed, 5 insertions(+) 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..afd98d6a518 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,8 @@ android:layout_width="0dp" android:layout_height="40dp" android:layout_marginTop="8dp" + android:layout_marginStart="8dp" + android:layout_marginEnd="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