From f1c37a6cd0a7e029b93adfd6d8b6a4147b0da3f8 Mon Sep 17 00:00:00 2001 From: Gabriel Machado <97042217+GabrielBRDeveloper@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:35:19 -0400 Subject: [PATCH] [core] ImageView: implement scale type > Allow scale in fit, fill, crop and wrap in ImageView --- core/res/ex-layout/main.xml | 88 ++++++++++++++++--- core/src/br/nullexcept/mux/view/AttrList.java | 3 +- .../br/nullexcept/mux/widget/ImageView.java | 53 +++++++++-- 3 files changed, 124 insertions(+), 20 deletions(-) diff --git a/core/res/ex-layout/main.xml b/core/res/ex-layout/main.xml index cec6071..e940e42 100644 --- a/core/res/ex-layout/main.xml +++ b/core/res/ex-layout/main.xml @@ -1,5 +1,5 @@ - + + + + + + + + + + + + + + + + + + + + + + + + +