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

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 1694093003: Rename EnhancedBookmarks to Bookmarks, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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
« no previous file with comments | « chrome/android/java/res/values-sw720dp-v17/colors.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index cab7be6eb5124dc9d7d401b1ee6b406a66b9dce5..fa3f4809ca1776aed62d02a8315651c6ae9eab16 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -332,8 +332,8 @@
<item name="windowActionBar">false</item>
</style>
- <!-- Enhanced bookmarks -->
- <style name="EnhancedBookmarkDialog" parent="Theme.AppCompat.Light.DialogWhenLarge">
+ <!-- Bookmarks -->
+ <style name="BookmarkDialog" parent="Theme.AppCompat.Light.DialogWhenLarge">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="colorPrimaryDark">@android:color/black</item>
<item name="colorAccent">@color/light_active_color</item>
@@ -342,25 +342,25 @@
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
</style>
- <style name="EnhancedBookmarkDialogWhite" parent="EnhancedBookmarkDialog">
+ <style name="BookmarkDialogWhite" parent="BookmarkDialog">
<item name="android:windowBackground">@drawable/bg_white_dialog</item>
</style>
- <style name="EnhancedBookmarkTitleBarButton">
+ <style name="BookmarkTitleBarButton">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@null</item>
<item name="android:padding">15dp</item>
</style>
- <style name="EnhancedBookmarkMenuStyle" parent="Widget.AppCompat.ListPopupWindow">
+ <style name="BookmarkMenuStyle" parent="Widget.AppCompat.ListPopupWindow">
<item name="android:popupBackground">@drawable/menu_bg</item>
</style>
- <style name="EnhancedBookmarkDrawerItemStyle">
+ <style name="BookmarkDrawerItemStyle">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">?android:attr/listPreferredItemHeightSmall</item>
<item name="android:textAlignment">viewStart</item>
<item name="android:gravity">start|center_vertical</item>
- <item name="android:paddingStart">@dimen/enhanced_bookmark_drawer_drawable_padding</item>
- <item name="android:paddingEnd">@dimen/enhanced_bookmark_drawer_drawable_padding</item>
+ <item name="android:paddingStart">@dimen/bookmark_drawer_drawable_padding</item>
+ <item name="android:paddingEnd">@dimen/bookmark_drawer_drawable_padding</item>
<item name="android:singleLine">true</item>
<item name="android:textAppearance">?android:attr/textAppearanceLargePopupMenu</item>
<item name="android:textSize">14sp</item>
« no previous file with comments | « chrome/android/java/res/values-sw720dp-v17/colors.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698