File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 193193
194194 <mozilla .components.browser.menu.view.MenuButton
195195 android : id =" @+id/menuButton"
196- android : layout_width =" 48dp "
196+ android : layout_width =" wrap_content "
197197 android : layout_height =" 48dp"
198- android : layout_marginEnd =" 16dp "
198+ android : layout_marginEnd =" 8dp "
199199 app : layout_constraintEnd_toEndOf =" parent"
200200 app : layout_constraintTop_toTopOf =" @id/bottom_bar"
201201 app : layout_constraintBottom_toBottomOf =" @id/bottom_bar" />
Original file line number Diff line number Diff line change 1414sed -i " s#gleanPythonEnvDir#// gleanPythonEnvDir#g" android-components/** /* .gradle
1515
1616git -C android-components apply < automation/iceraven/patches/top_sites_no_most_visted_sites.patch
17- git -C android-components apply < automation/iceraven/patches/suggestions_increase_number.patch
17+ git -C android-components apply < automation/iceraven/patches/suggestions_increase_number.patch
18+ git -C android-components apply < automation/iceraven/patches/toolbar.patch
Original file line number Diff line number Diff line change 1+ 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
2+ index b435db2ef9..00bf29a2c2 100644
3+ --- a/components/browser/toolbar/src/main/res/layout/mozac_browser_toolbar_displaytoolbar.xml
4+ +++ b/components/browser/toolbar/src/main/res/layout/mozac_browser_toolbar_displaytoolbar.xml
5+ @@ -142,9 +142,10 @@
6+
7+ <mozilla.components.browser.menu.view.MenuButton
8+ android:id="@+id/mozac_browser_toolbar_menu"
9+ - android:layout_width="@dimen/mozac_browser_toolbar_button_width"
10+ + android:layout_width="wrap_content"
11+ android:layout_height="@dimen/mozac_browser_toolbar_button_height"
12+ android:layout_marginTop="4dp"
13+ + android:layout_marginEnd="8dp"
14+ android:background="?android:attr/selectableItemBackgroundBorderless"
15+ app:layout_constraintEnd_toEndOf="parent"
16+ app:layout_constraintTop_toTopOf="parent" />
You can’t perform that action at this time.
0 commit comments