From f70036bc91e93cf6834c835beb832861c0dbd9db Mon Sep 17 00:00:00 2001 From: Mason Tang Date: Mon, 14 Jun 2010 17:47:24 -0700 Subject: Modified first animation and visibility change behavior for ViewFlipper - Where previously ViewAnimator only exposed inAnimation and outAnimation as XML attributes, modified to also include the animateFirstView flag so that widgets can optionally choose to omit the animation for the first child view. - Changed the behavior of ViewFlipper so that simple visibility changes do not trigger extraneous and distracting animations. Change-Id: I34b3abad33102978a94f0aed5aaab9af30ba49c7 --- api/current.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'api') diff --git a/api/current.xml b/api/current.xml index 098676e..5aeeec6 100644 --- a/api/current.xml +++ b/api/current.xml @@ -2275,6 +2275,17 @@ visibility="public" > + +