| 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" />
|
|
|