Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android][Inconsistency] [Column Width Stretch] #4960

Closed
jwoo-msft opened this issue Oct 22, 2020 · 4 comments
Closed

[Android][Inconsistency] [Column Width Stretch] #4960

jwoo-msft opened this issue Oct 22, 2020 · 4 comments
Assignees
Labels
Area-Inconsistency Bugs around renderer inconsistencies across different platforms Bug High Priority Resolution-Duplicate
Milestone

Comments

@jwoo-msft
Copy link
Member

Platform

What platform is your issue or question related to? (Delete other platforms).

  • Android

Details

Fix is already available; however, we need to check back compat with SDK users since it requires Android X.

Screenshot 2020-07-31 at 3 30 01 PM

Desktop:

Screenshot 2020-07-31 at 3 29 48 PM

ACColumnSetImageWidth.txt

{
  "type": "AdaptiveCard",
  "body": [
    {
      "type": "ColumnSet",
      "columns": [
        {
          "type": "Column",
          "items": [
            {
              "type": "TextBlock",
              "size": "ExtraLarge",
              "weight": "Lighter",
              "text": "BLR"
            }
          ],
          "width": "auto"
        },
        {
          "type": "Column",
          "verticalContentAlignment": "Center",
          "items": [
            {
              "type": "Image",
              "url": "https://messagecardplayground.azurewebsites.net/assets/graydot2x2.png",
              "width": "10000px",
              "height": "2px"
            }
          ],
          "width": "stretch"
        },
        {
          "type": "Column",
          "spacing": "Small",
          "verticalContentAlignment": "Center",
          "items": [
            {
              "type": "Image",
              "url": "https://messagecardplayground.azurewebsites.net/assets/smallairplane.png",
              "height": "16px",
              "altText": "Flight to"
            }
          ],
          "width": "auto"
        },
        {
          "type": "Column",
          "items": [
            {
              "type": "TextBlock",
              "horizontalAlignment": "Right",
              "size": "ExtraLarge",
              "weight": "Lighter",
              "text": "CDG"
            }
          ],
          "width": "auto"
        }
      ],
      "height": "stretch"
    }
  ],
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.0"
}
@jwoo-msft jwoo-msft added the Bug label Oct 22, 2020
@jwoo-msft jwoo-msft added this to the 20.11 milestone Oct 22, 2020
@ghost ghost added the Area-Inconsistency Bugs around renderer inconsistencies across different platforms label Oct 22, 2020
@ghost
Copy link

ghost commented Oct 22, 2020

@almedina-ms please review this issue for target Milestone, Inconsistencies & Priority upon triage.

@ghost
Copy link

ghost commented Oct 30, 2020

Hi @jwoo-msft. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions.

@ghost ghost added the AdaptiveCards v20.11 label Nov 5, 2020
@golddove
Copy link
Member

golddove commented Nov 6, 2020

Closing as duplicate of #4988

@ghost
Copy link

ghost commented Jan 14, 2021

Hi @jwoo-msft! We've resolved this issue as a duplicate of the referenced issue per comments above. This issue will now be closed. Please feel free to track status with the isssue we've duplicated yours to. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Inconsistency Bugs around renderer inconsistencies across different platforms Bug High Priority Resolution-Duplicate
Projects
None yet
Development

No branches or pull requests

4 participants