Skip to content

Commit

Permalink
For mozilla-mobile#12497 - Set the same margin to toolbar background …
Browse files Browse the repository at this point in the history
…for display as for edit
  • Loading branch information
Ionut Cristian Bedregeanu committed Jul 14, 2022
1 parent a8cdec1 commit da140aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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 da140aa

Please sign in to comment.