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

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

Issue 2814593003: 🔍 Continue working on the search widget prototype (Closed)
Patch Set: 🔍 Continue cleaning up the search widget. 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 23a2d09589a8b066fab27393a10c4acf5906b3f1..cb67fee416e3ade34d316a0cccfbeee1c52e42ee 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -73,16 +73,6 @@
<item name="android:maxLines">2</item>
</style>
- <style name="OverlayTheme" parent="MainTheme">
- <!-- Using these values will make the Activity translucent.
- <item name="android:windowIsTranslucent">true</item>
- <item name="android:windowBackground">@android:color/transparent</item>
- <item name="android:windowContentOverlay">@null</item>
- <item name="android:windowNoTitle">true</item>
- -->
- <item name="android:windowBackground">@color/light_normal_color</item>
- </style>
-
<style name="AlertDialogTheme" parent="Theme.AppCompat.Light.Dialog.Alert">
<item name="android:textColorHighlight">@color/text_highlight_color</item>

Powered by Google App Engine
This is Rietveld 408576698