| Index: chrome/android/shell/res/values-v17/styles.xml
|
| diff --git a/content/shell/android/java/res/values/strings.xml b/chrome/android/shell/res/values-v17/styles.xml
|
| similarity index 58%
|
| copy from content/shell/android/java/res/values/strings.xml
|
| copy to chrome/android/shell/res/values-v17/styles.xml
|
| index 6eaaaec2979bf5de56da7f90b4300411e33f86b9..09a15c6ae29abd60be6796a31d3945fcb29ac173 100644
|
| --- a/content/shell/android/java/res/values/strings.xml
|
| +++ b/chrome/android/shell/res/values-v17/styles.xml
|
| @@ -7,5 +7,7 @@
|
| -->
|
|
|
| <resources>
|
| - <string name="url_hint">Type URL Here</string>
|
| + <style name="Theme.ChromeActionBar" parent="@android:style/Theme.Holo.Light.NoActionBar">
|
| + <item name="android:windowActionModeOverlay">true</item>
|
| + </style>
|
| </resources>
|
|
|