summaryrefslogtreecommitdiff
path: root/res/layout/feeds_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-28 12:59:10 +0400
committerAndrew Dolgov <[email protected]>2013-05-28 12:59:10 +0400
commit29b5d95e90398e2e7c7b69cb6efd5522b0a2fe2c (patch)
tree881c555dd096934ab93cb7290dd789e3761bd3dd /res/layout/feeds_fragment.xml
parent216eecc96a916568b3db5c5bb9a9083789cd262b (diff)
add fancy animations for feed/cat lists
Diffstat (limited to 'res/layout/feeds_fragment.xml')
-rw-r--r--res/layout/feeds_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml
index c3840059..d7f24c42 100644
--- a/res/layout/feeds_fragment.xml
+++ b/res/layout/feeds_fragment.xml
@@ -20,6 +20,7 @@
<ListView
android:id="@+id/feeds"
+ android:layoutAnimation="@anim/layout_feeds"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</ListView>