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

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

Issue 1909763002: Add callout for the tab switcher button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 bb5623525a7a0cfa65acf2a46dfd80d89588698e..00844e0e5ee7c383897d65f6ecc01a275ff2c6b5 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -219,10 +219,11 @@
<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>
+
+ <!-- Bubble styles -->
+ <style name="TextBubbleAnimation">
+ <item name="android:windowEnterAnimation">@anim/text_bubble_in</item>
+ <item name="android:windowExitAnimation">@anim/text_bubble_out</item>
</style>
<style name="FullscreenNotificationBubble" parent="@android:style/Animation.Toast">
<item name="android:windowEnterAnimation">@anim/fullscreen_notification_in</item>

Powered by Google App Engine
This is Rietveld 408576698