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