From fb7054eb18d45ea641bf1e7177ad4ae41a7d52d2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 9 Sep 2011 15:58:11 +0400 Subject: experimental animation stuff --- res/anim/test.xml | 8 ++++++++ res/layout/article_fragment.xml | 7 +++++++ res/layout/headlines_fragment.xml | 6 +----- res/layout/headlines_row.xml | 9 ++++++--- res/layout/main.xml | 12 +++++++++--- 5 files changed, 31 insertions(+), 11 deletions(-) create mode 100644 res/anim/test.xml create mode 100644 res/layout/article_fragment.xml (limited to 'res') diff --git a/res/anim/test.xml b/res/anim/test.xml new file mode 100644 index 00000000..6e2f38f5 --- /dev/null +++ b/res/anim/test.xml @@ -0,0 +1,8 @@ + + + + diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml new file mode 100644 index 00000000..cc65deff --- /dev/null +++ b/res/layout/article_fragment.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml index abe5076c..588e1404 100644 --- a/res/layout/headlines_fragment.xml +++ b/res/layout/headlines_fragment.xml @@ -4,12 +4,8 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/headlines_fragment"> - - diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index e586a7f3..91b81a30 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -1,10 +1,13 @@ - - + android:padding="3dip" android:id="@+id/headlines_row" android:orientation="horizontal"> + + + diff --git a/res/layout/main.xml b/res/layout/main.xml index 63cdbda7..8a8b4b16 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -18,14 +18,20 @@ android:paddingLeft="2dip" android:paddingRight="2dip" android:layout_width="wrap_content" android:layout_height="match_parent"> - - - + + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf