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