Skip to content

Commit

Permalink
Fix incorrect size when video is full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Jul 23, 2023
1 parent 368dc61 commit 02479f9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions resources/xml/activity/video_activity.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<brls:Box
width="1280"
height="720">
<brls:Box>
<VideoView
id="fullscreen/video"
hideHighlight="true"
width="1280"
height="720"/>
width="100%"
height="100%"/>
</brls:Box>

0 comments on commit 02479f9

Please sign in to comment.