Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

v0.1.4 release

Latest
Compare
Choose a tag to compare
@benlau benlau released this 03 Oct 17:36
· 199 commits to master since this release

New Components

TextField

Features

  1. Material Design look and feel
  2. Long press will show PASTE button
  3. Text handle to move cursor and selection
  4. Floating Label

RaisedButton

System

  1. Rename package of QuickAndroid.priv to QuickAndroid.Private
  2. QASystemDispatcher::dispatched() - Changed the name of first argument from “name” to “type. Following the naming convention of Flux application framework

ActionBar

  1. Changed the default height from 48p to 56dp

TabView

  1. Emit appear() and disappear() signal for index changes.

FloatingActionButton

  1. Use Theme.colorAccent as default color

TextStyle

  1. Added “disabledTextColor” property
  2. Added “bold” property

Screenshot