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

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: Use an interpolator that Lint won't complain about 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
« no previous file with comments | « chrome/android/java/res/layout/tab_switcher_callout.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..99e168cd6186b35997bdd999662682115015ea8c 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="TabSwitcherCalloutAnimation">
+ <item name="android:windowEnterAnimation">@anim/tab_switcher_callout_in</item>
+ <item name="android:windowExitAnimation">@anim/tab_switcher_callout_out</item>
</style>
<style name="FullscreenNotificationBubble" parent="@android:style/Animation.Toast">
<item name="android:windowEnterAnimation">@anim/fullscreen_notification_in</item>
« no previous file with comments | « chrome/android/java/res/layout/tab_switcher_callout.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698