This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
v0.1.2 release
New Components & Features
- Support tintColor in QADrawableProvider.
- ListItem
- FloatingActionButton
System
- QADrawableProvider
- Supported to load image from drawable/ folder. Not only from drawable-*dpi
- May tint a drawable image by using tintColor argument to provider.
Android Integration
- Added QuickAndroidActivity.java as an alternative Activity class for launching Qt application
- Once the onActivityResult() is invoked, it will forward the arguments to SystemDispatcher
- SystemDispatcher
- Add onActivityResult() helper function to forward the arguments passed to onActivityResult.
ActionBar:
- Align icon and title according to keyline as described in Material design
- Renamed the "icon" property to "iconSource"
Deprecated:
- DividerHorzonalHoloLight - Replaced by ListDivider