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:41:25 +0300
committerAndrew Dolgov <[email protected]>2015-02-12 12:41:25 +0300
commit70056d68ac8ad96f97b984346a458f3ab2fa193e (patch)
tree23d5315bdf58cea132635eb15a58820c646b07a0 /org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
parent100ce3413e4bf736b17412e249bd4a0301b5db6a (diff)
add transition animation for headlinesarticles activity
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_fragment.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_fragment.xml1
1 files changed, 1 insertions, 0 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 b3aa5d92..612f5ce4 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
@@ -12,6 +12,7 @@
<ListView
android:id="@+id/headlines_list"
android:layout_width="match_parent"
+ android:transitionName="TRANSITION:HEADLINES_LIST"
android:layout_height="match_parent" >
</ListView>
</android.support.v4.widget.SwipeRefreshLayout>