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

Unified Diff: chrome/android/java/res/drawable/sad_tab_reload_button_normal.xml

Issue 801533002: Move sad tab upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/drawable/sad_tab_reload_button_normal.xml
diff --git a/chrome/android/java/res/drawable/distilled_page_pref_background.xml b/chrome/android/java/res/drawable/sad_tab_reload_button_normal.xml
similarity index 56%
copy from chrome/android/java/res/drawable/distilled_page_pref_background.xml
copy to chrome/android/java/res/drawable/sad_tab_reload_button_normal.xml
index 22f3fa267233ceba04e4a062d3230da6773fc568..2f96713936378cbe9de55ad50018c964e0b67f7c 100644
--- a/chrome/android/java/res/drawable/distilled_page_pref_background.xml
+++ b/chrome/android/java/res/drawable/sad_tab_reload_button_normal.xml
@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Copyright 2014 The Chromium Authors. All rights reserved.
+<!-- Copyright (c) 2013 The Chromium Authors. All rights reserved.
aurimas (slooooooooow) 2014/12/12 18:24:24 Remove (c)
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="@color/distilled_page_prefs_unselected" />
+<shape xmlns:android="http://schemas.android.com/apk/res/android" >
+ <solid android:color="#27b4e7" />
+ <stroke
+ android:width="1dp"
+ android:color="#0098ce" />
<corners android:radius="2dp" />
-</shape>
+</shape>

Powered by Google App Engine
This is Rietveld 408576698