From 279f7f8cb6a3f2d70916e24bf59a91b0d7f2b3fa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 2 Jun 2013 22:57:25 +0400 Subject: add actionbarsherlock stuff fix project for ADT 22 (fuck you google) --- res/anim/appear.xml | 9 +++++++++ res/anim/layout_comics.xml | 5 +++++ res/layout/fragment_comics_list.xml | 10 ++++------ 3 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 res/anim/appear.xml create mode 100644 res/anim/layout_comics.xml (limited to 'res') diff --git a/res/anim/appear.xml b/res/anim/appear.xml new file mode 100644 index 0000000..a60e055 --- /dev/null +++ b/res/anim/appear.xml @@ -0,0 +1,9 @@ + + + + + diff --git a/res/anim/layout_comics.xml b/res/anim/layout_comics.xml new file mode 100644 index 0000000..93a58f1 --- /dev/null +++ b/res/anim/layout_comics.xml @@ -0,0 +1,5 @@ + + diff --git a/res/layout/fragment_comics_list.xml b/res/layout/fragment_comics_list.xml index ee744a8..cdef287 100644 --- a/res/layout/fragment_comics_list.xml +++ b/res/layout/fragment_comics_list.xml @@ -6,6 +6,7 @@ @@ -14,12 +15,9 @@ android:id="@+id/no_comics" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_gravity="center" - android:padding="4dp" - android:orientation="vertical" > - - - + android:layout_gravity="center" + android:orientation="vertical" + android:padding="4dp" >