Merge branch 'feature/mdl' into develop
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7982279f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7982279f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7982279f Branch: refs/heads/feature/mdl Commit: 7982279f1f001f96cd1647aac4567a362cc25b8c Parents: 6ab2498 b133706 Author: Carlos Rovira <[email protected]> Authored: Mon Nov 14 19:22:33 2016 +0100 Committer: Carlos Rovira <[email protected]> Committed: Mon Nov 14 19:22:33 2016 +0100 ---------------------------------------------------------------------- .../flexjs/MDLExample/src/main/flex/App.mxml | 86 +++++++++---- .../src/main/resources/assets/dog.png | Bin 0 -> 9020 bytes .../src/main/resources/assets/image_card.jpg | Bin 0 -> 117457 bytes .../src/main/resources/mdl-styles.css | 12 ++ .../src/main/flex/org/apache/flex/mdl/Button.as | 32 +++-- .../src/main/flex/org/apache/flex/mdl/Card.as | 11 +- .../flex/org/apache/flex/mdl/CardActions.as | 7 +- .../main/flex/org/apache/flex/mdl/CardMedia.as | 7 +- .../main/flex/org/apache/flex/mdl/CardMenu.as | 7 +- .../org/apache/flex/mdl/CardSupportingText.as | 7 +- .../main/flex/org/apache/flex/mdl/CardTitle.as | 5 +- .../main/flex/org/apache/flex/mdl/CheckBox.as | 19 ++- .../src/main/flex/org/apache/flex/mdl/Menu.as | 106 ++++++++++++++++ .../main/flex/org/apache/flex/mdl/MenuItem.as | 126 +++++++++++++++++++ .../flex/org/apache/flex/mdl/RadioButton.as | 22 +++- .../src/main/flex/org/apache/flex/mdl/Slider.as | 26 +++- .../main/flex/org/apache/flex/mdl/TextInput.as | 33 ++++- .../apache/flex/mdl/supportClasses/CardInner.as | 4 +- 18 files changed, 445 insertions(+), 65 deletions(-) ----------------------------------------------------------------------
