From 228f1322c6dcbd324ecf1b927db6b9ef10c7868c Mon Sep 17 00:00:00 2001 From: Owen Lin Date: Thu, 23 Apr 2009 16:24:26 -0700 Subject: More UI on multiselect. A grayout checkbox for unselected images and a dynamic button pannel shows when user select some images. --- res/anim/footer_appear.xml | 25 +++++++++++++++++++++++++ res/anim/footer_disappear.xml | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 res/anim/footer_appear.xml create mode 100644 res/anim/footer_disappear.xml (limited to 'res/anim') diff --git a/res/anim/footer_appear.xml b/res/anim/footer_appear.xml new file mode 100644 index 0000000..e9242b8 --- /dev/null +++ b/res/anim/footer_appear.xml @@ -0,0 +1,25 @@ + + + + + + diff --git a/res/anim/footer_disappear.xml b/res/anim/footer_disappear.xml new file mode 100644 index 0000000..1331931 --- /dev/null +++ b/res/anim/footer_disappear.xml @@ -0,0 +1,25 @@ + + + + + + -- cgit v1.1