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

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

Issue 1235383002: Stop UI jumping when clicking Contextual Search Results in Custom Tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java » ('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 dbc1605019fd21eb6f472dfdf59e1cc04c2d71eb..605a29bf052d919cc78e82df7d7b9029b8394fa7 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -20,6 +20,7 @@
<item name="android:windowContentOverlay">@null</item>
<item name="android:textColorHighlight">@color/text_highlight_color</item>
<item name="android:statusBarColor" tools:targetApi="21">@android:color/black</item>
+ <item name="windowActionModeOverlay">true</item>
Yusuf 2015/07/23 05:23:34 why do we need this one? Does it not change the be
Ian Wen 2015/07/29 01:15:06 Oh. This flag is to tell the CAB bar to overlay on
<!-- Overriding AppCompat values -->
<item name="colorControlNormal">@color/light_normal_color</item>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698