Commit d283ef0 1 parent ada0b5b commit d283ef0 Copy full SHA for d283ef0
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ but providing more customization feature: fitXY or keeping aspect ratio fullscr
98
98
});
99
99
```
100
100
101
- ##Note
101
+ ## Note
102
102
103
103
* Support Android Gingerbread V2.3(API Level 9 and above).
104
104
* UniversalVideoView does not retain its full state when going into the background.
@@ -107,12 +107,12 @@ but providing more customization feature: fitXY or keeping aspect ratio fullscr
107
107
to prevent the system from recreate the Activity while phone rotation.
108
108
109
109
# Customization
110
- ##` UniversalVideoView ` attribute
110
+ ## ` UniversalVideoView ` attribute
111
111
112
112
* ` uvv_fitXY ` , Video scale to fill the VideoView's dimension or keep Aspect Ratio (default) likes Android framework VideoView.
113
113
* ` uvv_autoRotation ` , auto switch to landscape(fullscreen) or portrait mode according to the orientation sensor.
114
114
115
- ##` UniversalMediaController ` attribute
115
+ ## ` UniversalMediaController ` attribute
116
116
* ` uvv_scalable ` , show or hide the scale button. if you will not play the video in fullscreen.
117
117
118
118
# TODO
You can’t perform that action at this time.
0 commit comments