17 lines
1017 B
Diff
17 lines
1017 B
Diff
diff --git a/chrome/browser/ui/android/toolbar/java/res/layout/toolbar_phone.xml b/chrome/browser/ui/android/toolbar/java/res/layout/toolbar_phone.xml
|
|
index 52e1748d74a589cb37bbfda824f6868c9bd86433..788ae5a7cc11751c630c2d187ec561e1160bdecd 100644
|
|
--- a/chrome/browser/ui/android/toolbar/java/res/layout/toolbar_phone.xml
|
|
+++ b/chrome/browser/ui/android/toolbar/java/res/layout/toolbar_phone.xml
|
|
@@ -46,9 +46,11 @@ found in the LICENSE file.
|
|
android:orientation="horizontal"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
+ android:layout_marginEnd="8dp"
|
|
android:layout_gravity="top|end"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false">
|
|
+ <include layout="@layout/brave_toolbar" android:layout_height="@dimen/brave_toolbar_button_height" android:layout_width="match_parent" android:layout_marginTop="@dimen/location_bar_vertical_margin" />
|
|
|
|
<ViewStub
|
|
android:id="@+id/optional_button_stub"
|