summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-12 12:16:56 +0300
committerAndrew Dolgov <[email protected]>2015-02-12 12:16:56 +0300
commit100ce3413e4bf736b17412e249bd4a0301b5db6a (patch)
tree37a0c02afc058492ac1d2dcf6e16212d6a773603 /org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
parentda2428b6da7dee3b51e612e1e488ba33355f24b0 (diff)
remove old-style list animations
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_fragment.xml')
-rwxr-xr-x[-rw-r--r--]org.fox.ttrss/src/main/res/layout/headlines_fragment.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
index 1b9b58a8..b3aa5d92 100644..100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
@@ -12,7 +12,6 @@
<ListView
android:id="@+id/headlines_list"
android:layout_width="match_parent"
- android:layoutAnimation="@anim/layout_headline"
android:layout_height="match_parent" >
</ListView>
</android.support.v4.widget.SwipeRefreshLayout>