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

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

Issue 1239923002: webapps: add splashscreen for installed webapps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest-title
Patch Set: Fix compile and remove scaling Created 5 years, 3 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 c836f52f1c28445caf85c10a342a06219e38728a..5f7fe3da44255e647f8d9cd00e40d002f3a4a8f6 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -44,6 +44,12 @@
<item name="android:windowDisablePreview">true</item>
</style>
+ <style name="WebAppSplashScreenTextAppearanceTitle" parent="TextAppearance.AppCompat.Title">
+ <item name="android:fontFamily">sans-serif-condensed</item>
+ <item name="android:textSize">@dimen/webapp_splash_title_size</item>
+ <item name="android:textColor">@color/webapp_splash_title</item>
+ </style>
+
<!-- A theme for alert dialogs. The colors are copied from MainTheme, and the window
dimensions are copied from *.MinWidth theme variants. Sadly there is no
AppCompat.Light.Dialog.Alert or even AppCompat.Light.Dialog.MinWidth. -->

Powered by Google App Engine
This is Rietveld 408576698