From 507aaa672eb8ad5464159021f1b3596cafeede1d Mon Sep 17 00:00:00 2001 From: Chung-yih Wang Date: Tue, 13 Sep 2011 16:35:26 +0800 Subject: Fix animation for second-level indicator bar. Change-Id: I8accf9eedf8df439ebed1453c332cb9f9e7b3567 --- res/anim/grow_fade_in_from_top.xml | 18 ++++++++++++++++++ res/anim/shrink_fade_out_from_bottom.xml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 res/anim/grow_fade_in_from_top.xml create mode 100644 res/anim/shrink_fade_out_from_bottom.xml (limited to 'res/anim') diff --git a/res/anim/grow_fade_in_from_top.xml b/res/anim/grow_fade_in_from_top.xml new file mode 100644 index 0000000..22c33f7 --- /dev/null +++ b/res/anim/grow_fade_in_from_top.xml @@ -0,0 +1,18 @@ + + + + + diff --git a/res/anim/shrink_fade_out_from_bottom.xml b/res/anim/shrink_fade_out_from_bottom.xml new file mode 100644 index 0000000..04bfd6e --- /dev/null +++ b/res/anim/shrink_fade_out_from_bottom.xml @@ -0,0 +1,18 @@ + + + + + -- cgit v1.1