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. --> |