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

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

Issue 2816733003: 🔍 Update how shared preferences are handled by the widget (Closed)
Patch Set: Ugh eclipse Created 3 years, 8 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 beace155fe1ef1d561bc7c002ed65f2750a6f989..a88aab4c88e57a8635427318078a02b1cfa621af 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -42,6 +42,10 @@
<item name="android:windowSharedElementExitTransition" tools:targetApi="21">@transition/move_image</item>
</style>
+ <style name="SearchActivityTheme" parent="MainTheme">
+ <item name="android:windowBackground">@color/google_grey_500</item>
+ </style>
+
<style name="TabbedModeTheme" parent="MainTheme">
<item name="android:windowBackground">@drawable/window_background</item>
</style>

Powered by Google App Engine
This is Rietveld 408576698