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

Unified Diff: chrome/android/java_staging/res/values-v17/styles_staging.xml

Issue 1182083005: Re-engineer edit screen in enhanced bookmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/values-v17/styles_staging.xml
diff --git a/chrome/android/java_staging/res/values-v17/styles_staging.xml b/chrome/android/java_staging/res/values-v17/styles_staging.xml
index ad803244d420d55e6adea0553258698e2cd3f609..2636d3ab7651d4f8f08871423c1134340581860b 100644
--- a/chrome/android/java_staging/res/values-v17/styles_staging.xml
+++ b/chrome/android/java_staging/res/values-v17/styles_staging.xml
@@ -75,6 +75,12 @@
</style>
<!-- Enhanced bookmarks -->
+ <style name="EnhancedBookmarkDialogWhenLarge" parent="Theme.AppCompat.Light.DialogWhenLarge">
newt (away) 2015/06/17 04:42:22 This is identical to EnhancedBookmarkDialogWhite.
Kibeom Kim (inactive) 2015/06/17 06:10:30 I guess it's because in this case we want the top
Ian Wen 2015/06/17 21:07:42 Reverted this change, because action bar cannot be
+ <item name="android:windowBackground">@drawable/bg_white_dialog</item>
+ <item name="colorPrimaryDark">@android:color/black</item>
+ <item name="colorAccent">@color/light_active_color</item>
+ </style>
+
<style name="EnhancedBookmarkDialogWhite" parent="Theme.AppCompat.Light.DialogWhenLarge">
<item name="android:windowBackground">@drawable/bg_white_dialog</item>
<item name="colorPrimaryDark">@android:color/black</item>

Powered by Google App Engine
This is Rietveld 408576698