diff --git a/Example/TestLibs/res/drawable-hdpi/slide_a.png b/Example/TestLibs/res/drawable-hdpi/slide_a.png index b999f92..3551881 100644 Binary files a/Example/TestLibs/res/drawable-hdpi/slide_a.png and b/Example/TestLibs/res/drawable-hdpi/slide_a.png differ diff --git a/Example/TestLibs/res/drawable-hdpi/slide_b.png b/Example/TestLibs/res/drawable-hdpi/slide_b.png index e2f97ea..552a2ec 100644 Binary files a/Example/TestLibs/res/drawable-hdpi/slide_b.png and b/Example/TestLibs/res/drawable-hdpi/slide_b.png differ diff --git a/README.md b/README.md index 8dc38f8..ae433c9 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,11 @@ you can define a slideswitch in xml like the following example ```xml + android:layout_width="100dip" + android:layout_height="120dip" + slideswitch:isOpen="false" + slideswitch:shape="circle" + slideswitch:themeColor="#f200aa96" > ``` @@ -58,8 +54,8 @@ and you can listen to the change of the slideswitch like this ## What does it look like - - + + ##Author