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

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

Issue 2917393002: VR: Hide 2D screenshot when resuming activities in VR and hide 2D UI while loading VR UI. (Closed)
Patch Set: Created 3 years, 6 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 7e56d4885f60831a819c618566158ad9ad40d3e3..4f24ef96894564ae48397f308a83bffb9de739dc 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -730,4 +730,10 @@
<item name="android:windowEnterAnimation">@anim/design_bottom_sheet_slide_in</item>
<item name="android:windowExitAnimation">@null</item>
</style>
+
+ <!-- VR animations -->
+ <style name="VrEntryAnimation">
+ <item name="android:windowEnterAnimation">@anim/stay_hidden</item>
+ <item name="android:windowExitAnimation">@null</item>
+ </style>
</resources>

Powered by Google App Engine
This is Rietveld 408576698