From d51febd995d96c4d259b533242c9970af4907543 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Mon, 23 Jan 2017 16:30:43 +0100 Subject: [PATCH] Update starting window fade out to spec Test: Open app, make sure starting window disappears nicely Bug: 31339431 Change-Id: Ice538d0937f17ed6901ab56ef208f9a327250d51 --- core/res/res/anim/app_starting_exit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/anim/app_starting_exit.xml b/core/res/res/anim/app_starting_exit.xml index aaf7f156883b..dfa42e206c28 100644 --- a/core/res/res/anim/app_starting_exit.xml +++ b/core/res/res/anim/app_starting_exit.xml @@ -21,8 +21,8 @@ + android:duration="150" /> -- 2.11.0