Index: chrome/android/java/res/drawable/sad_tab_reload_button_pressed.xml |
diff --git a/chrome/android/java/res/drawable/distilled_page_pref_background.xml b/chrome/android/java/res/drawable/sad_tab_reload_button_pressed.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_pressed.xml |
index 22f3fa267233ceba04e4a062d3230da6773fc568..da4fc2ba8979fc8d7e1bc2d09f5290058de48920 100644 |
--- a/chrome/android/java/res/drawable/distilled_page_pref_background.xml |
+++ b/chrome/android/java/res/drawable/sad_tab_reload_button_pressed.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="#0098ce" /> |
+ <stroke |
+ android:width="1dp" |
+ android:color="#0098ce" /> |
<corners android:radius="2dp" /> |
-</shape> |
+</shape> |