Commit 2b04fae0 authored by Theresa's avatar Theresa Committed by Commit Bot

[Modern] Update overflow menu alignment

Also remove the expand button left-over from Chrome Home.

BUG=746712

Change-Id: I3dd3aa2ce6c9ed16146859ec50356b4f73cf5a9d
Reviewed-on: https://chromium-review.googlesource.com/1025172
Commit-Queue: Theresa <twellington@chromium.org>
Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554858}
parent 14bbe21e
......@@ -42,15 +42,9 @@
android:layout_width="4dp"
android:layout_height="match_parent" />
<org.chromium.chrome.browser.widget.TintedImageButton
android:id="@+id/expand_sheet_button"
style="@style/ToolbarButton"
android:src="@drawable/ic_expand_less_black_24dp"
android:contentDescription="@string/accessibility_toolbar_btn_expand"
android:visibility="gone" />
<ImageButton android:id="@+id/tab_switcher_button"
style="@style/ToolbarButton"
android:paddingStart="8dp"
android:layout_gravity="top"
android:contentDescription="@string/accessibility_toolbar_btn_tabswitcher_toggle_default" />
......
......@@ -568,8 +568,7 @@
</style>
<style name="ToolbarMenuButtonPhone" parent="ToolbarButton">
<item name="android:layout_gravity">top</item>
<item name="android:layout_width">42dp</item>
<item name="android:paddingEnd">4dp</item>
<item name="android:paddingEnd">8dp</item>
<item name="android:background">@null</item>
</style>
<style name="ToolbarMenuButtonTablet" parent="ToolbarButton">
......
......@@ -2785,9 +2785,6 @@ Customize this anytime in <ph name="BEGIN_LINK1">&lt;LINK1&gt;</ph>Settings<ph n
<message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_HOME" desc="Content description for the home button.">
Home
</message>
<message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_EXPAND" desc="Content description for the Chrome Home sheet expand button. Tapping the button expands a panel that displays content suggestions, downloads, bookmarks, and history.">
Expand navigation panel
</message>
<message name="IDS_ACCESSIBILITY_BTN_REFRESH" desc="Content description for the refresh page button.">
Refresh page
</message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment