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

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

Issue 479993002: [Android] Shell Action Bar behavior same as chrome Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/shell/java/AndroidManifest.xml ('k') | content/shell/android/shell_apk/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/android/shell/java/AndroidManifest.xml ('k') | content/shell/android/shell_apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698