projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed typo in strings.xml
[pub/Android/ownCloud.git]
/
res
/
layout
/
video_layout.xml
diff --git
a/res/layout/video_layout.xml
b/res/layout/video_layout.xml
index
8781ad8
..
dfa29f7
100644
(file)
--- a/
res/layout/video_layout.xml
+++ b/
res/layout/video_layout.xml
@@
-1,7
+1,7
@@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="
fill
_parent"
- android:layout_height="
fill
_parent" >
+ android:layout_width="
match
_parent"
+ android:layout_height="
match
_parent" >
<VideoView android:id="@+id/videoPlayer"
android:layout_width="wrap_content"
<VideoView android:id="@+id/videoPlayer"
android:layout_width="wrap_content"