1
0
Fork 0

For #6835 Align Home and Browser toolbar elements to perfectly overlap

master
mcarare 2019-12-02 12:15:08 +02:00 committed by Emily Kager
parent 8257b145ad
commit 05321dc504
1 changed files with 9 additions and 7 deletions

View File

@ -77,7 +77,10 @@
android:transitionName="toolbar_wrapper_transition"
android:layout_width="0dp"
android:layout_height="40dp"
android:layout_margin="8dp"
android:layout_marginEnd="0dp"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:background="@drawable/home_search_background_normal"
android:clickable="true"
android:contentDescription="@string/search_hint"
@ -91,7 +94,7 @@
android:id="@+id/search_engine_icon"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginStart="12dp"
android:layout_marginStart="8dp"
android:layout_gravity="start|center_vertical"
android:clickable="false"
android:focusable="false"
@ -113,8 +116,8 @@
<ImageButton
android:id="@+id/add_tab_button"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_width="48dp"
android:layout_height="48dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/add_tab"
android:src="@drawable/ic_new"
@ -125,9 +128,8 @@
<ImageButton
android:id="@+id/menuButton"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginEnd="6dp"
android:layout_width="36dp"
android:layout_height="48dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/content_description_menu"
android:src="@drawable/ic_menu"