Skip to content

Commit d283ef0

Browse files
authored
format README
1 parent ada0b5b commit d283ef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ but providing more customization feature: fitXY or keeping aspect ratio fullscr
9898
});
9999
```
100100

101-
##Note
101+
## Note
102102

103103
* Support Android Gingerbread V2.3(API Level 9 and above).
104104
* 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
107107
to prevent the system from recreate the Activity while phone rotation.
108108

109109
# Customization
110-
##`UniversalVideoView` attribute
110+
## `UniversalVideoView` attribute
111111

112112
* `uvv_fitXY`, Video scale to fill the VideoView's dimension or keep Aspect Ratio (default) likes Android framework VideoView.
113113
* `uvv_autoRotation`, auto switch to landscape(fullscreen) or portrait mode according to the orientation sensor.
114114

115-
##`UniversalMediaController` attribute
115+
## `UniversalMediaController` attribute
116116
* `uvv_scalable`, show or hide the scale button. if you will not play the video in fullscreen.
117117

118118
# TODO

0 commit comments

Comments
 (0)