diff --git a/README.md b/README.md index cc8c3c6..3849f59 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The button will show the wave-form on playing the media. ![image](https://github.com/Paroca72/sc-player/blob/master/raw/1.jpg) ![image](https://github.com/Paroca72/sc-player/blob/master/raw/2.jpg) -This class inherit from the android View class.
+This class inherit from the android View class.
So for example if you would change the background is enough to use the `android:background` property. For customize the component please read guide below. @@ -52,9 +52,6 @@ Set the current media player volume (0..1). - **get/setPosition** -> `int` value, default `0`
Set the current media player position. -- **get/setPosition** -> `int` value, default `0`
-Set the current media player position. -
#### Interfaces @@ -67,6 +64,16 @@ Called when the media stop to play.


+#### XML Properties + +```xml + + + + + + +``` # Usage