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

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

Issue 2077133002: Make Android back work correctly in Elderberry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/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 20165e839b74308d0d528306b617f4eae761f001..db9b71bc39c7c0aa1f5e080368c9fcd85431f46f 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -39,6 +39,10 @@
<item name="android:windowSharedElementExitTransition" tools:targetApi="21">@transition/move_image</item>
</style>
+ <style name="TabbedModeTheme" parent="MainTheme">
+ <item name="android:windowBackground">@drawable/window_background</item>
+ </style>
+
<!-- Web app themes -->
<style name="WebappTheme" parent="MainTheme">
<item name="android:windowBackground">@null</item>

Powered by Google App Engine
This is Rietveld 408576698