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

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

Issue 1229733002: Add new snackbar features to prepare for omnibox geolocation snackbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 f9a519b0bd51e0fa71fd2ab108d35a80878bbc55..dbc1605019fd21eb6f472dfdf59e1cc04c2d71eb 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -387,6 +387,10 @@
<item name="android:windowEnterAnimation">@anim/snackbar_in</item>
<item name="android:windowExitAnimation">@anim/snackbar_out</item>
</style>
+ <style name="SnackbarAnimationWithKeyboard">
+ <item name="android:windowEnterAnimation">@anim/snackbar_in_with_keyboard</item>
+ <item name="android:windowExitAnimation">@anim/snackbar_out</item>
+ </style>
<style name="LocationBarButton">
<item name="android:background">@null</item>
</style>

Powered by Google App Engine
This is Rietveld 408576698