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

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

Issue 1759483002: [Snackbar] Replace popup window with views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 9 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 fa3f4809ca1776aed62d02a8315651c6ae9eab16..d3d56c7b3dd1bba51682f2c5f24b2c92d9eb3314 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -424,14 +424,6 @@
</style>
<!-- Misc styles -->
- <style name="SnackbarAnimation">
- <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