shaohui10086 / HandyWidgets

Handy Android widgets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    center_title_side_button_bar.gif
  • 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.

License:MIT License


Languages

Language:Java 100.0%