Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4236)

Unified Diff: chrome/android/java/res/layout/new_tab_page_layout.xml

Issue 2204613002: Reland of Use only toolbar to transition from fakebox to real omnibox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/drawable/inset_textbox.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/new_tab_page_layout.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_layout.xml b/chrome/android/java/res/layout/new_tab_page_layout.xml
index 89d1f2145548759983c8acb4a7372c856d6003de..88ced2976a72abea79d66c5e8abd8c9dc1336830 100644
--- a/chrome/android/java/res/layout/new_tab_page_layout.xml
+++ b/chrome/android/java/res/layout/new_tab_page_layout.xml
@@ -32,7 +32,7 @@
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginTop="26dp"
- android:layout_marginBottom="27dp" />
+ android:layout_marginBottom="23dp" />
<!-- Search box -->
<LinearLayout
@@ -41,7 +41,7 @@
android:layout_height="48dp"
android:layout_marginStart="12dp"
android:layout_marginEnd="12dp"
- android:layout_marginTop="3dp"
+ android:layout_marginTop="7dp"
android:layout_marginBottom="8dp"
android:gravity="center_vertical"
android:background="@drawable/bg_ntp_search_box"
« no previous file with comments | « chrome/android/java/res/drawable/inset_textbox.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698