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

Unified Diff: chrome/android/java_staging/res/layout/eb_drawer_title.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/layout/eb_drawer_title.xml
diff --git a/chrome/android/java/res/drawable/button_compat_shape.xml b/chrome/android/java_staging/res/layout/eb_drawer_title.xml
similarity index 54%
copy from chrome/android/java/res/drawable/button_compat_shape.xml
copy to chrome/android/java_staging/res/layout/eb_drawer_title.xml
index bbcfab2aa90e9d36c427074c1440c71549fa512f..d8918f358e6021adb2949871e396874cb44fc8b3 100644
--- a/chrome/android/java/res/drawable/button_compat_shape.xml
+++ b/chrome/android/java_staging/res/layout/eb_drawer_title.xml
@@ -3,7 +3,6 @@
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="#fff" />
- <corners android:radius="2dp" />
-</shape>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ style="@style/EnhancedBookmarkDrawerItemStyle"
+ android:textColor="?android:attr/textColorSecondary" />

Powered by Google App Engine
This is Rietveld 408576698