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

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

Issue 2408643002: Remove unused pre-material NTP styling. (Closed)
Patch Set: Created 4 years, 2 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
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 e5bf10462c791293e565376450b37848103618bf..4dc623c6763fb41101554f75566bbc1fc0377f82 100644
--- a/chrome/android/java/res/layout/new_tab_page_layout.xml
+++ b/chrome/android/java/res/layout/new_tab_page_layout.xml
@@ -59,13 +59,17 @@
android:id="@+id/search_box"
android:layout_width="match_parent"
android:layout_height="@dimen/ntp_search_box_height"
- android:layout_marginStart="12dp"
- android:layout_marginEnd="12dp"
- android:layout_marginTop="7dp"
- android:layout_marginBottom="8dp"
+ android:layout_marginStart="10dp"
+ android:layout_marginEnd="10dp"
+ android:layout_marginTop="0dp"
+ android:layout_marginBottom="1dp"
android:gravity="center_vertical"
- android:background="@drawable/bg_ntp_search_box"
- android:orientation="horizontal" >
+ android:background="@drawable/textbox"
+ android:orientation="horizontal"
+ android:paddingStart="2dp"
+ android:paddingEnd="2dp"
+ android:paddingTop="3dp"
+ android:paddingBottom="3dp" >
<EditText
android:id="@+id/search_box_text"
android:layout_width="0dp"
« no previous file with comments | « chrome/android/java/res/drawable/bg_ntp_search_box.xml ('k') | chrome/android/java/res/layout/new_tab_page_recycler_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698