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

Unified Diff: chrome/android/java_staging/res/drawable/most_visited_thumbnail_placeholder.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/drawable/most_visited_thumbnail_placeholder.xml
diff --git a/chrome/android/java/res/drawable-v19/action_bar_activity_bg.xml b/chrome/android/java_staging/res/drawable/most_visited_thumbnail_placeholder.xml
similarity index 54%
copy from chrome/android/java/res/drawable-v19/action_bar_activity_bg.xml
copy to chrome/android/java_staging/res/drawable/most_visited_thumbnail_placeholder.xml
index dd316b24390de7f3f4adfe2366d08b7a047ca231..3e065a74375dc0541ea139d3bec8be85dd9888e4 100644
--- a/chrome/android/java/res/drawable-v19/action_bar_activity_bg.xml
+++ b/chrome/android/java_staging/res/drawable/most_visited_thumbnail_placeholder.xml
@@ -3,8 +3,9 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-<!-- Once pre-KitKat devices aren't supported, this drawable can be replaced
- with a plain old color. -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android" >
- <solid android:color="#fff"/>
-</shape>
+<!-- The circle in the middle of a most visited item that has no thumbnail. -->
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval">
+ <solid android:color="@color/ntp_most_visited_bg" />
+ <size android:width="27dp" android:height="27dp" />
+</shape>

Powered by Google App Engine
This is Rietveld 408576698