From 5f489f5d9da106cd8f8fc00bf64b6a1dd7e7f191 Mon Sep 17 00:00:00 2001 From: paroca72 Date: Sat, 15 Jul 2017 19:58:19 +0700 Subject: [PATCH] First release --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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