From 006baced4746ddaf31fbd170bcb76abc5f1f8325 Mon Sep 17 00:00:00 2001 From: Chung-yih Wang Date: Thu, 10 Nov 2011 14:00:40 +0800 Subject: Fix several UI bugs. bug:5575970 1. The cancel button of the background replacer message should be on the bottom. 2. The location of recording timer was too low in the landscape mode. 3. Fix the animation of the setting popup. Change-Id: Ia2345e72efc0118cd0172af4bd6243815c602493 --- res/anim-sw600dp/setting_popup_grow_fade_in.xml | 30 ++++++++++++++++++++++ res/anim-sw600dp/setting_popup_shrink_fade_out.xml | 30 ++++++++++++++++++++++ res/anim/grow_fade_in_from_right.xml | 30 ---------------------- res/anim/setting_popup_grow_fade_in.xml | 30 ++++++++++++++++++++++ res/anim/setting_popup_shrink_fade_out.xml | 30 ++++++++++++++++++++++ res/anim/shrink_fade_out_from_right.xml | 30 ---------------------- res/layout/bg_replacement_training_message.xml | 10 ++++---- res/values-sw600dp/styles.xml | 5 ++++ res/values/styles.xml | 4 +-- 9 files changed, 132 insertions(+), 67 deletions(-) create mode 100644 res/anim-sw600dp/setting_popup_grow_fade_in.xml create mode 100644 res/anim-sw600dp/setting_popup_shrink_fade_out.xml delete mode 100644 res/anim/grow_fade_in_from_right.xml create mode 100644 res/anim/setting_popup_grow_fade_in.xml create mode 100644 res/anim/setting_popup_shrink_fade_out.xml delete mode 100644 res/anim/shrink_fade_out_from_right.xml (limited to 'res') diff --git a/res/anim-sw600dp/setting_popup_grow_fade_in.xml b/res/anim-sw600dp/setting_popup_grow_fade_in.xml new file mode 100644 index 0000000..3c7ff01 --- /dev/null +++ b/res/anim-sw600dp/setting_popup_grow_fade_in.xml @@ -0,0 +1,30 @@ + + + + + + + diff --git a/res/anim-sw600dp/setting_popup_shrink_fade_out.xml b/res/anim-sw600dp/setting_popup_shrink_fade_out.xml new file mode 100644 index 0000000..dd6c43e --- /dev/null +++ b/res/anim-sw600dp/setting_popup_shrink_fade_out.xml @@ -0,0 +1,30 @@ + + + + + + + diff --git a/res/anim/grow_fade_in_from_right.xml b/res/anim/grow_fade_in_from_right.xml deleted file mode 100644 index 3c7ff01..0000000 --- a/res/anim/grow_fade_in_from_right.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - diff --git a/res/anim/setting_popup_grow_fade_in.xml b/res/anim/setting_popup_grow_fade_in.xml new file mode 100644 index 0000000..32f37c4 --- /dev/null +++ b/res/anim/setting_popup_grow_fade_in.xml @@ -0,0 +1,30 @@ + + + + + + + diff --git a/res/anim/setting_popup_shrink_fade_out.xml b/res/anim/setting_popup_shrink_fade_out.xml new file mode 100644 index 0000000..8b35b1b --- /dev/null +++ b/res/anim/setting_popup_shrink_fade_out.xml @@ -0,0 +1,30 @@ + + + + + + + diff --git a/res/anim/shrink_fade_out_from_right.xml b/res/anim/shrink_fade_out_from_right.xml deleted file mode 100644 index dd6c43e..0000000 --- a/res/anim/shrink_fade_out_from_right.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - diff --git a/res/layout/bg_replacement_training_message.xml b/res/layout/bg_replacement_training_message.xml index 449e8df..3bef83e 100644 --- a/res/layout/bg_replacement_training_message.xml +++ b/res/layout/bg_replacement_training_message.xml @@ -29,7 +29,7 @@