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

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

Issue 1526323003: Add Physical Web opt-in dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused namespace in layout xml Created 5 years 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 22d8d2e7d4f6d4ae9e6981f3930c25a38275fc71..353e95f25afbe570712535694be7c11843dfd857 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -446,6 +446,12 @@
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
</style>
+ <style name="PhysicalWebOptInStyle" parent="Theme.AppCompat.Light">
+ <item name="android:windowBackground">@android:color/white</item>
+ <item name="windowNoTitle">true</item>
+ <item name="windowActionBar">false</item>
+ <item name="android:windowContentOverlay">@null</item>
+ </style>
<!-- Misc styles -->
<style name="SnackbarAnimation">

Powered by Google App Engine
This is Rietveld 408576698