Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
For #12497 - Set the same margin to toolbar background for display as…
Browse files Browse the repository at this point in the history
… for edit
  • Loading branch information
Ionut Cristian Bedregeanu authored and mergify[bot] committed Jul 15, 2022
1 parent 347fd7d commit 616ee22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 616ee22

Please sign in to comment.