Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Anko 0.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@yanex yanex released this 01 Dec 19:08
· 465 commits to master since this release

Built for Koltin Beta 2 (1.0.0-beta-2423).

Changes:

  • AnkoComponent interface for writing reusable components (please see this example);
  • New DSL preview plugin: much more fast and stable πŸš€;
  • Add TextView.gravity #96 and ImageView.imageResource #102 properties;
  • Cancel is the default negative button name #112;
  • Fix AnkoLogger.wtf;
  • Remove deprecated __dslAddView functions.