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

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

Issue 810853003: Upstream FullscreenManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments Created 6 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 7e13a06c16d2634350d1cbe0fe5494b496e1ad74..ec08fbab423e6efe52bc0931509d22b714efd87e 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -155,5 +155,13 @@
<item name="android:paddingStart">4dp</item>
<item name="android:paddingEnd">4dp</item>
</style>
+ <style name="info_bubble">
+ <item name="android:textColor">@android:color/white</item>
+ <item name="android:textStyle">bold</item>
+ <item name="android:textSize">18sp</item>
+ </style>
+ <style name="FullscreenNotificationBubble" parent="@android:style/Animation.Toast">
+ <item name="android:windowEnterAnimation">@anim/fullscreen_notification_in</item>
+ </style>
</resources>
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/bubble_white.9.png ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698