summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-10 13:01:21 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 13:01:21 +0300
commitb30de39dd5e691fde7414b597db5cc89331d724e (patch)
tree89d1655ffd9b9fe7c4e30b99e76a19514a3ce187 /org.fox.ttrss/src/main/res
parent5e5c76c7e2043bc05bf70637ccc8eb4c27165c82 (diff)
switch to surfaceview from videoview
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rw-r--r--org.fox.ttrss/src/main/res/layout/activity_video_player.xml9
1 files changed, 1 insertions, 8 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 4954ae01..00963588 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
@@ -5,19 +5,12 @@
android:background="?android:colorBackground"
tools:context="org.fox.ttrss.VideoPlayerActivity">
- <!--
- android:paddingLeft="@dimen/activity_horizontal_margin"
- android:paddingRight="@dimen/activity_horizontal_margin"
- android:paddingTop="@dimen/activity_vertical_margin"
- android:paddingBottom="@dimen/activity_vertical_margin"
- -->
-
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/toolbar">
- <VideoView
+ <SurfaceView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"