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

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: rebase 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
« no previous file with comments | « chrome/android/java/res/values-sw600dp/dimens.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 f3fd898d0d5667f1ef7f58abe2636bb8c9fb72e5..d29520772aa33684dc0811ed2d957410be4afc90 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -434,14 +434,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>
« no previous file with comments | « chrome/android/java/res/values-sw600dp/dimens.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698