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

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

Issue 2882683002: Photo Picker Dialog: Add window enter animation. (Closed)
Patch Set: Address feedback from Theresa Created 3 years, 7 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/init/ProcessInitializationHandler.java » ('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 02c215b4b8a8f0df25197eca76a574e45a4a0b07..4b5b39b469597bafc910541fc1200ae24d8cb1c6 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -719,4 +719,10 @@
<item name="android:padding">16dp</item>
</style>
+ <!-- Photo Picker animations -->
+
+ <style name="PhotoPickerDialogAnimation">
+ <item name="android:windowEnterAnimation">@anim/design_bottom_sheet_slide_in</item>
+ <item name="android:windowExitAnimation">@null</item>
+ </style>
</resources>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/init/ProcessInitializationHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698