From 216eecc96a916568b3db5c5bb9a9083789cd262b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 May 2013 12:55:21 +0400 Subject: add fancy animations for headlines list --- res/anim/headline_item.xml | 14 ++++++++++++ res/anim/layout_headline.xml | 5 +++++ res/layout/headlines_fragment.xml | 46 +++++++++++++++++++++++++++++---------- 3 files changed, 53 insertions(+), 12 deletions(-) create mode 100644 res/anim/headline_item.xml create mode 100644 res/anim/layout_headline.xml (limited to 'res') diff --git a/res/anim/headline_item.xml b/res/anim/headline_item.xml new file mode 100644 index 00000000..dbb60d23 --- /dev/null +++ b/res/anim/headline_item.xml @@ -0,0 +1,14 @@ + + + + + + diff --git a/res/anim/layout_headline.xml b/res/anim/layout_headline.xml new file mode 100644 index 00000000..07b84d11 --- /dev/null +++ b/res/anim/layout_headline.xml @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml index 787a8c8d..58fa6694 100644 --- a/res/layout/headlines_fragment.xml +++ b/res/layout/headlines_fragment.xml @@ -1,17 +1,39 @@ - - + - - - - + + + + + + + + - - - + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf