Skip to content

HILOLT/HandyWidgets

 
 

Repository files navigation

HandyWidgets

Download Android Arsenal Alt
Handy Android widgets.

##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
    Screenshot_centertitlesidebuttonbar.jpg
  • 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
    EndlessMovingBitmapView.gif
  • 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
    clearable_edit_text.gif
  • Download
    repositories {
        jcenter()
    }

    dependencies {
        compile "com.github.piasy:clearableedittext:${latest version}"
    }

About

Handy Android widgets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%