csh159 / CommonWidgets

a few android common widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a few android common widgets


Languages

Language:Java 77.9%Language:Kotlin 22.1%