summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/activity_video_player.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-12-02 16:52:46 +0300
committerAndrew Dolgov <[email protected]>2015-12-02 16:52:46 +0300
commit2eec172bfb0170ecf8d341643a9269be663130f1 (patch)
tree5e67223bd6f07039acce30d0cf6ff14eec1aa8db /org.fox.ttrss/src/main/res/layout/activity_video_player.xml
parentb992ee46b2cd0527e4cc75915e405c4e07222215 (diff)
enable video player shared transition (wip)
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/activity_video_player.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/activity_video_player.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_video_player.xml b/org.fox.ttrss/src/main/res/layout/activity_video_player.xml
index 08353c68..6f57714f 100644
--- a/org.fox.ttrss/src/main/res/layout/activity_video_player.xml
+++ b/org.fox.ttrss/src/main/res/layout/activity_video_player.xml
@@ -14,8 +14,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
- android:id="@+id/video_player"
- android:transitionName="TRANSITION:ARTICLE_VIDEO_PLAYER" />
+ android:id="@+id/video_player" />
<ImageView
android:id="@+id/video_player_cover"