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
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
<in.jasonleon.vanityviews.widget.SeekBarWithText
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<in.jasonleon.vanityviews.widget.SeekBarWithText
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<include
android:id="@id/vv_custom_include"
layout="@layout/custom_seekbar" />
</in.jasonleon.vanityviews.widget.SeekBarWithText>