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

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

Issue 2062083002: Implements the Lightweight First Run Experience (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 053336725bd6302ed1f5c8c8c24ec4bd28df9a5d..cd643ac1376554aac152ee4ede54bc0a3e1f7bbd 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -83,6 +83,11 @@
<item name="tint">@color/dark_mode_tint</item>
</style>
+ <style name="LightweightFreDialog" parent="AlertDialogTheme">
+ <item name="windowNoTitle">true</item>
+ <item name="windowActionBar">false</item>
+ </style>
+
<!-- Preferences -->
<style name="PreferencesTheme" parent="ThemeWithActionBar">
<item name="android:textColorLink">@color/pref_accent_color</item>

Powered by Google App Engine
This is Rietveld 408576698