/CommonWidgets

a few android common widgets

Primary LanguageJava

Readme

Compile

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
        ...
    }
}
dependencies {
  com.github.momodae.CommonWidgets:common:1.0.0
  com.github.momodae.CommonWidgets:zoomlayout:1.0.0
  com.github.momodae.CommonWidgets:textview:1.0.0
}

APK

download

TextView

  • All different kinds of spans.
  • TextView animations
  • Text Transition
  • TableLayout

Document

ZoomLayout

  • TableZoomLayout
  • HierarchyView
  • SeatTable

Document

Common

  • EditLayout from.
  • FormatEditText
  • DragLayout
  • FrameWrapper
  • StateImageView
  • StateTextView

Document

Preview