HandyWidgets
HandyWidgets copied to clipboard
Handy Android widgets.
HandyWidgets
##CenterTitleSideButtonBar
Title bar with center title TextView, side(left & right) button and bottom divider.
Allow fully customization against the title bar. No more Google/StackOverFlow search for customize ActionBar/Toolbar again!
- Screenshot

- Download
repositories {
jcenter()
}
dependencies {
compile "com.github.piasy:centertitlesidebuttonbar:${latest version}"
}
##EndlessMovingView A handy view that support endless moving a drawable(image, xml drawable), or a custom figure recorded in a Path.
- Screenshot

- Download
repositories {
jcenter()
}
dependencies {
compile "com.github.piasy:endlessmovingview:${latest version}"
}
##ClearableEditText A widget which has functions of EditText, has a clear button, and has an optional search icon, also with ability for full customization. This widget also provide method to get notified when text content changed, or editor action happens, in both traditional listener and popular Rx Observable way!
- Screenshot

- Download
repositories {
jcenter()
}
dependencies {
compile "com.github.piasy:clearableedittext:${latest version}"
}
