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

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

Issue 2882683002: Photo Picker Dialog: Add window enter animation. (Closed)
Patch Set: 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-v21/styles.xml
diff --git a/chrome/android/java/res/values-v21/styles.xml b/chrome/android/java/res/values-v21/styles.xml
index 51ade3405969e369b38eabd84c1623a975cba809..b1f666f26b129457ea4d4e14f95909dc67d183a2 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -139,4 +139,11 @@
half is way brighter than the bottom), so we use our own. -->
<item name="android:textCursorDrawable">@drawable/text_cursor_lowend</item>
</style>
+
+ <!-- Photo Picker animations -->
+
+ <style name="PhotoPickerDialogAnimation">
+ <item name="android:windowEnterAnimation">@anim/design_bottom_sheet_slide_in</item>
Theresa 2017/05/12 15:29:40 v21 is only used on Lollipop and higher. This shou
+ <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