projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added cancelation for subtrees
[pub/Android/ownCloud.git]
/
res
/
layout
/
video_layout.xml
diff --git
a/res/layout/video_layout.xml
b/res/layout/video_layout.xml
index
3c28ae3
..
8063ab4
100644
(file)
--- a/
res/layout/video_layout.xml
+++ b/
res/layout/video_layout.xml
@@
-5,8
+5,8
@@
<VideoView
android:id="@+id/videoPlayer"
<VideoView
android:id="@+id/videoPlayer"
- android:layout_width="
fill
_parent"
- android:layout_height="
fill
_parent"
+ android:layout_width="
match
_parent"
+ android:layout_height="
match
_parent"
android:layout_gravity="center" />
</FrameLayout>
\ No newline at end of file
android:layout_gravity="center" />
</FrameLayout>
\ No newline at end of file