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

Unified Diff: chrome/android/java_staging/res/layout/most_visited_layout.xml

Issue 1141283003: Upstream oodles of Chrome for Android code into Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final patch? Created 5 years, 7 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_staging/res/layout/most_visited_layout.xml
diff --git a/chrome/android/java/res/drawable-v21/button_compat.xml b/chrome/android/java_staging/res/layout/most_visited_layout.xml
similarity index 50%
copy from chrome/android/java/res/drawable-v21/button_compat.xml
copy to chrome/android/java_staging/res/layout/most_visited_layout.xml
index 62992f2107c1dbc77dd2c662352d77984ca3c82a..647245a16cc5a7e79baf436d77104ab8f889f83e 100644
--- a/chrome/android/java/res/drawable-v21/button_compat.xml
+++ b/chrome/android/java_staging/res/layout/most_visited_layout.xml
@@ -3,7 +3,8 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="?attr/colorControlHighlight">
- <item android:drawable="@drawable/button_compat_shape" />
-</ripple>
+<org.chromium.chrome.browser.ntp.MostVisitedLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="0dp"
+ android:layout_height="0dp"
+ android:paddingTop="16dp" />

Powered by Google App Engine
This is Rietveld 408576698