Chromium Code Reviews| 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> |