diff --git a/README.md b/README.md new file mode 100644 index 0000000..f7a26b1 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +VanityViews _for Android_ +===================================== + +> The purpose of this repo is to provide a list of fairly used compound views with all the interdependencies that is repeatedly written by a lot of developers + + + +### List of VanityViews +#### [SeekBarWithText](#SeekBarWithText) + +_more to come... please contribute your views too..._ + + +SeekBarWithText +--------------- +Seekbar that changes the value of text upon sliding. + +Demo: `/library/res/layout/vv_seekbars.xml` + +SeekBarWithText screenshot + +### simple xml implementation + +```xml + +``` + +### custom xml layout + +```xml + + + + +``` diff --git a/example/.classpath b/example/.classpath index a4763d1..bb0c759 100644 --- a/example/.classpath +++ b/example/.classpath @@ -4,5 +4,6 @@ +