maui icon indicating copy to clipboard operation
maui copied to clipboard

Fix [Android] Image AspectFill is not honored

Open devanathan-vaithiyanathan opened this issue 1 year ago • 13 comments

Root Cause

In Image Android Handler, set true for SetAdjustViewBounds(), when you enable view bounds adjustment, the ImageView will automatically resize to maintain the image's aspect ratio.

Description of Change

This update fixes image aspect handling for Android in ImageView, If the aspect is AspectFill, set the false for SetAdjustViewBounds(), so the view bounds are not adjusted, allowing the image to fill the view.

Tested the behaviour in the following platforms

  • [x] Android
  • [x] Windows
  • [x] iOS
  • [x] Mac

Issues Fixed

Fixes #21368

Output Screenshot

Before After
Android
Android

/azp run

jsuarezruiz avatar Oct 04 '24 07:10 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 04 '24 07:10 azure-pipelines[bot]

/azp run

jsuarezruiz avatar Oct 08 '24 13:10 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 08 '24 13:10 azure-pipelines[bot]

/azp run

jsuarezruiz avatar Oct 11 '24 11:10 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 11 '24 11:10 azure-pipelines[bot]

/azp run

jsuarezruiz avatar Oct 14 '24 10:10 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 14 '24 10:10 azure-pipelines[bot]

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 17 '24 11:10 azure-pipelines[bot]

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 18 '24 09:10 azure-pipelines[bot]

/rebase

PureWeen avatar Oct 25 '24 00:10 PureWeen

/azp run

jsuarezruiz avatar Oct 25 '24 09:10 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 25 '24 09:10 azure-pipelines[bot]

/azp run

jsuarezruiz avatar Oct 28 '24 11:10 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Oct 28 '24 11:10 azure-pipelines[bot]

/azp run

jsuarezruiz avatar Nov 12 '24 11:11 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Nov 12 '24 11:11 azure-pipelines[bot]

/azp run

jsuarezruiz avatar Nov 19 '24 10:11 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Nov 19 '24 10:11 azure-pipelines[bot]

/azp run

PureWeen avatar Jan 06 '25 09:01 PureWeen

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Jan 06 '25 09:01 azure-pipelines[bot]

  • failing test unrelated

PureWeen avatar Jan 08 '25 19:01 PureWeen